From d468da2494de69a86409b5ad4ebd2319d29d5bb6 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 10 Aug 2016 16:37:27 -0700 Subject: [PATCH] add govvv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78d3e23..3f0a3a9 100644 --- a/README.md +++ b/README.md @@ -1198,6 +1198,7 @@ Software written in Go. * [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application. * [Gogs](https://gogs.io/) - A Self Hosted Git Service in the Go Programming Language. * [gonative](https://github.com/inconshreveable/gonative) - Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. +* [govvv](https://github.com/ahmetalpbalkan/govvv) - A “go build” wrapper to easily add version information into Go binaries * [gox](https://github.com/mitchellh/gox) - A dead simple, no frills Go cross compile tool. * [goxc](https://github.com/laher/goxc) - build tool for Go, with a focus on cross-compiling and packaging. * [GVM](https://github.com/moovweb/gvm) - GVM provides an interface to manage Go versions.