Skip to content

Instantly share code, notes, and snippets.

@benschw
Created December 20, 2014 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benschw/7b479c42f426ef07cb79 to your computer and use it in GitHub Desktop.
Save benschw/7b479c42f426ef07cb79 to your computer and use it in GitHub Desktop.
pushd ~
wget -q -O go1.3.linux-amd64.tar.gz http://golang.org/dl/go1.3.linux-amd64.tar.gz
tar -xzf go1.3.linux-amd64.tar.gz
export GOROOT=~/go
export PATH=$GOROOT/bin:$PATH
rm -rf ~/go/src/pkg/appengine
rm -rf ~/go/src/pkg/appengine_internal
popd
go get
go test ./...
go build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment