A collection of command line tools mostly in Go, but could also include other scripts later.
There is a glab command that queries a gitlab instance on various things. See glab README for more info.
Use go 1.5 with the GO15VENDOREXPERIMENT=1 flag.
set -x GO15VENDOREXPERIMENT 1
Install glide for package management.
brew install glide
Use glide to pull dependencies
glide install