package
0.0.0-20231024134211-210767f15cd2
Repository: https://github.com/khulnasoft-lab/go-vulndb.git
Documentation: pkg.go.dev
# Functions
Before reports whether v < v2, where v and v2 are unprefixed semantic versions.
Canonical returns the canonical, unprefixed form of the version v, which should be an unprefixed semantic version.
No description provided by the author
IsValid reports whether v is a valid unprefixed semantic version.
Major returns the major version (e.g.
TrimPrefix removes the 'v' or 'go' prefix from the given semantic version v.