3 lines
55 B
Bash
3 lines
55 B
Bash
|
export GOPATH=$HOME/go
|
||
|
export PATH="$PATH:$GOPATH/bin"
|