Travis CI, Codecov, and vgo
vgo is the (newest) official way to managed versioned dependencies in Go. In my most recent project, I’ve decided to use it instead of dep or glide, which I’ve used previously. Taking a leaf out of the recent work I’ve been doing at work, I’ve hooked that repository up to some free CI tools, including Travis CI.