[go-nuts] Build Go with Gradle instead of Make

2017-05-23 Thread zhangbodut
Hello guys, I have written an article to introduce how to build a Go project with Gradle instead of Make: https://github.com/gogradle/gogradle/blob/master/docs/build-go-with-gradle-en.md I hope this will provide someone with some useful information. Thanks~~~ :-) -- You received this messag

[go-nuts] A new Golang build tool release

2017-02-12 Thread zhangbodut
Hi list, Recently I have implemented a build tool named Gogradle to provide fully automatic support for Golang. It is a Gradle plugin which supports automatic project-scoped dependency management and many other features: - Perfect cross-platform support, all tests have passed on OS/Windows/Linu