Skip to content

Instantly share code, notes, and snippets.

@tkawachi
Created May 2, 2012 15:55
Show Gist options
  • Save tkawachi/2577734 to your computer and use it in GitHub Desktop.
Save tkawachi/2577734 to your computer and use it in GitHub Desktop.
Install gocode for go Mac binary distribution
PATH="$PATH:/usr/local/go/bin"
export GOBIN="$HOME/bin"
export PATH=$PATH:$HOME/bin
export GOPATH=/tmp
go get -u github.com/nsf/gocode
cd $GOPATH/src/github.com/nsf/gocode/vim/
./update.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment