vim ~/.zshrc
export GOPATH="/Users/xxxx/code/golang" export GOBIN="$GOPATH/bin" export PATH="$PATH:$GOBIN"