Add GOPATH environment variable

This commit is contained in:
2014-07-15 22:38:01 +01:00
parent ce92afd87b
commit ba5b5ba30b
2 changed files with 7 additions and 0 deletions

6
shell/golang.sh Normal file
View File

@@ -0,0 +1,6 @@
#
# Go (golang) environment setup.
#
export GOPATH="$HOME/.go"
path_append "$GOPATH/bin"