Registry / utility / launchdarkly-go-semver

launchdarkly-go-semver

JSON →
library1.0.4gogounverified

A Go library for parsing and comparing semantic version strings.

go get github.com/launchdarkly/go-semver
INSTALL
IMPORT
SIG · LAUNCHDARKLY-GO-SE
L
launchdarkly-go-semver
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

semver
github.com/launchdarkly/go-semver

Parse and compare two semantic versions.

import "github.com/launchdarkly/go-semver" func main() { v1, _ := semver.Parse("1.2.3") v2, _ := semver.Parse("1.2.4") _ = v1.Compare(v2) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
launchdarkly-go-semver — go get launchdarkly-go-semver · libregistry