Parse and compare versions in Go https://pkg.go.dev/github.com/annybs/go-version

Aneurin Barker Snook 63bfda2a7e add test workflow 10 months ago
.github 63bfda2a7e add test workflow 10 months ago
.gitignore d02f5a6d0f ensure go.sum not committed 10 months ago
LICENSE.md 1eb61f45ea add version package 11 months ago
README.md 709bc58463 fix link to license 10 months ago
constraint.go 33d31f84be add version constraints 10 months ago
error.go 8f3b8e5c46 reorganise version errors 10 months ago
go.mod 24588faf35 rename module 10 months ago
list.go 33d31f84be add version constraints 10 months ago
list_test.go 33d31f84be add version constraints 10 months ago
parse.go 6b77391d28 improve version error formatting 11 months ago
parse_test.go 6b77391d28 improve version error formatting 11 months ago
version.go 72e0de304e fix nil version comparisons, add equal func 10 months ago
version_test.go 72e0de304e fix nil version comparisons, add equal func 10 months ago

README.md

Go Version

A simple library for parsing and comparing versions according to Semantic Versioning 2.0.0.

License

See LICENSE.md