dev-setup icon indicating copy to clipboard operation
dev-setup copied to clipboard

Add Go installation

Open josephmilla opened this issue 8 years ago • 3 comments

It would be nice to have Go included in this package

josephmilla avatar Apr 03 '17 00:04 josephmilla

@donnemartin will create a PR for this over the weekend

josephmilla avatar Apr 04 '17 04:04 josephmilla

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.

donnemartin avatar Apr 08 '17 02:04 donnemartin

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

jpwalsh1 avatar Sep 14 '17 03:09 jpwalsh1