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/Linux
- No need to preinstall Go and GOPATH, multiple Golang version can exist 
together
- Automatic dependency management, including transitive dependency, 
dependency locking, vendor, dependency flattening, automatic conflict 
resolution, SemVersion and so on
- Various external tools such as 
glide/glock/godep/gom/gopm/govendor/gvt/gbvendor/trash import
- Dependency tree visualization
- Multiple vcs tool
- Build/test/cross-compile
- Various  availble Gradle plugins to do production-grade build
...
and more.

To see more features, please visit https://github.com/blindpirate/gogradle 

PRs and issues are always welcomed.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to