5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
# vim: syn=zsh
|
||
|
|
||
|
GOLANG_PATH="/usr/lib/go/bin"
|
||
|
PATH="$GOLANG_PATH:$PATH"
|