Tagged Questions
5
votes
4answers
471 views
What build systems work with Go?
I know that the Go source comes with a Makefile (It's in $GOROOT/doc) which I am using right now, but have other popular build systems added support for Go yet? Has anyone written build scripts for ...