From 8911bd142b13a7ac9562d5d2d4b78d83beb09015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Sat, 2 Aug 2014 22:23:18 +0200 Subject: [PATCH] Add gonative --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02eb99a..7c06080 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,7 @@ Software written in Go. * [GoBuild](http://gobuild.io/) - Online compile Go projects to Windows, Linux and MacOSX. * [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application. * [Gogs](http://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. * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update. * [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.