4 lines
88 B
Bash
4 lines
88 B
Bash
|
GOPATH=$HOME/go; export GOPATH
|
||
|
GOBIN=$GOPATH/bin; export GOBIN
|
||
|
export PATH=$PATH:$GOBIN
|