Add github.com/bobg/modver.

This commit is contained in:
Bob Glickstein 2021-09-30 21:37:16 -07:00 committed by Avelino
parent 24415387c8
commit dd5b51f9a2

View File

@ -2660,6 +2660,7 @@ _**Unofficial** set of patterns for structuring projects._
* [gomodrun](https://github.com/dustinblackman/gomodrun/) - Go tool that executes and caches binaries included in go.mod files.
* [gothanks](https://github.com/psampaz/gothanks) - GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers.
* [igo](https://github.com/rocketlaunchr/igo) - An igo to go transpiler (new language features for Go language!)
* [modver](https://github.com/bobg/modver) - Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to [semver](https://semver.org/) rules.
* [OctoLinker](https://github.com/OctoLinker/browser-extension) - Navigate through go files efficiently with the OctoLinker browser extension for GitHub.
* [richgo](https://github.com/kyoh86/richgo) - Enrich `go test` outputs with text decorations.
* [roumon](https://github.com/becheran/roumon) - Monitor current state of all active goroutines via a command line interface.