3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
export GOPATH=$(readlink -e $(pwd)/../../../..)
|
|
export PATH=$GOPATH/bin:$PATH
|