~/src/go-statsd-client> echo $GOPATH /Users/me/gopath ~/src/go-statsd-client> echo $GOROOT /usr/local/Cellar/go/1.1.1\\ ~/src/go-statsd-client> go install g
For any OS X users and future me, you also need to set GOBIN to avoid this confusing message on install and go get
GOBIN
go get
mkdir bin export GOBIN=$GOPATH/bin