Go Vendoring and CircleCI

CircleCI is really nice but has some completely fubar’d support for Go. Chief among them, WHY WOULD YOU ADD TWO PATHS TO THE GOPATH? It also has no real support for godeps, glide or any other vendoring in Go 1.5+. Most of the blog posts that you will find on the web are out of date or plain wrong (especially the thoughtbot one). Here is a simple way to bend CircleCI to build and test your Go project. [Read More]
go  golang  cicd