Skip to content

Instantly share code, notes, and snippets.

@komuw
Last active October 18, 2018 11:20
Show Gist options
  • Select an option

  • Save komuw/985e56717f01ad2efcb539b5ff8d397e to your computer and use it in GitHub Desktop.

Select an option

Save komuw/985e56717f01ad2efcb539b5ff8d397e to your computer and use it in GitHub Desktop.
create PR to a golang project

git clone git@github.com:golang/go.git
cd src
./make.bash # just builds
./all.bash # build and run tests
export PATH="$(pwd)"/../bin:"$PATH"

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