We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have Go included in this package
The text was updated successfully, but these errors were encountered:
@donnemartin will create a PR for this over the weekend
Sorry, something went wrong.
Hi @josephmilla, I'm not sure if this is really a great fit for the current iteration of dev-setup.
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
No branches or pull requests
It would be nice to have Go included in this package
The text was updated successfully, but these errors were encountered: