dev-setup
dev-setup copied to clipboard
Add Go installation
It would be nice to have Go included in this package
@donnemartin will create a PR for this over the weekend
Hi @josephmilla, I'm not sure if this is really a great fit for the current iteration of dev-setup.
You're encouraged to fork and maintain your own customized setup.
If people are looking for a go install, I've added it to my fork but here is the code to share.
brew install golang
GOPATH='export PATH="/usr/local/opt/go/libexec/bin:$PATH"'
grep -q "$GOPATH" ~/.path || echo "$GOPATH" >> ~/.path