category golang

Travis and gb

Go is currently all the hype. Unfortunately dependency management in Go is basicaly non existant. The most common pattern for managing dependencies is vendoring. There are several different approaches to vendoring, but some require you to rewrite your imports. While I think this is bad, other people seem to agree and there exists at least one build tool for Go which supports vendoring without import rewrites. Welcome to gb. Unfortunately gb doesn’t let you use your default commands any more.

Thu Aug 27, 2015 golang