File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Versioning Library for Go
2+
23![ Build Status] ( https://github.com/hashicorp/go-version/actions/workflows/go-tests.yml/badge.svg )
3- [ ![ GoDoc ] ( https://godoc.org/ github.com/hashicorp/go-version?status .svg )] ( https://godoc.org /github.com/hashicorp/go-version )
4+ [ ![ Go Reference ] ( https://pkg.go.dev/badge/ github.com/hashicorp/go-version.svg )] ( https://pkg.go.dev /github.com/hashicorp/go-version )
45
56go-version is a library for parsing versions and version constraints,
67and verifying versions against a set of constraints. go-version
@@ -12,7 +13,7 @@ Versions used with go-version must follow [SemVer](http://semver.org/).
1213## Installation and Usage
1314
1415Package documentation can be found on
15- [ GoDoc ] ( http ://godoc.org /github.com/hashicorp/go-version) .
16+ [ Go Reference ] ( https ://pkg.go.dev /github.com/hashicorp/go-version) .
1617
1718Installation can be done with a normal ` go get ` :
1819
You can’t perform that action at this time.
0 commit comments