Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Go installation #63

Open
josephmilla opened this issue Apr 3, 2017 · 3 comments
Open

Add Go installation #63

josephmilla opened this issue Apr 3, 2017 · 3 comments

Comments

@josephmilla
Copy link

It would be nice to have Go included in this package

@josephmilla
Copy link
Author

@donnemartin will create a PR for this over the weekend

@donnemartin
Copy link
Owner

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.

@jpwalsh1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants