Files
dotfiles/shell/golang.sh

7 lines
90 B
Bash

#
# Go (golang) environment setup.
#
export GOPATH="$HOME/.go"
path_append "$GOPATH/bin"