Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 140 Bytes

gopath.md

File metadata and controls

6 lines (5 loc) · 140 Bytes

If go install doesn't work, add the following to your bashrc/zshrc/etc

export PATH="$HOME/go/bin:$PATH"
export GOPATH="$HOME/go"