Skip to content

Instantly share code, notes, and snippets.

@myitcv
Last active August 29, 2015 13:56
Show Gist options
  • Save myitcv/9268772 to your computer and use it in GitHub Desktop.
Save myitcv/9268772 to your computer and use it in GitHub Desktop.
New go env
gvm install go1.2
gvm pkgenv # to add $HOME/gostuff to GOPATH
# add to to end of .bashrc
gvm use go1.2 > /dev/null 2>&1
export PATH="${GOPATH//://bin:}/bin:$PATH"
# restart bash
exec bash
# we will now have a working go
# install gocode
go get -u github.com/nsf/gocode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment