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

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

README.md

Go Version

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

License

See LICENSE.md