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

View File

@@ -30,6 +30,7 @@ source "$DOTSHELL/tmux.sh"
source "$DOTSHELL/nodejs.sh"
source "$DOTSHELL/python.sh"
source "$DOTSHELL/ruby.sh"
source "$DOTSHELL/golang.sh"
source "$DOTSHELL/sbcl.sh"
source "$DOTSHELL/amdsdk.sh"

6
shell/golang.sh Normal file
View File

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