Git pre-commit hook
brew install gomkdir -p ~/src/goln -s ~/src/go ~/go
[[ -d $HOME/src/go/ ]] && export GOPATH=$HOME/src/go/
export GOPATH=$(go env GOPATH)export PATH=$PATH:$(go env GOPATH)/bin
gofmt
Uses tabs for identation
https://github.com/editorconfig/editorconfig-core-go/blob/master/.editorconfig
https://github.com/neelance/graphql-go https://github.com/graphql-go/graphql https://github.com/graphql-go/relay
len("/view/")
https://talks.golang.org/2013/bestpractices.slide#1 https://peter.bourgon.org/go-best-practices-2016/#development-environment https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1 https://devhints.io/go
https://golang.org/doc/articles/wiki/ https://golang.org/doc/articles/wiki/final.go