mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add GOPATH environment variable
This commit is contained in:
6
shell/golang.sh
Normal file
6
shell/golang.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# Go (golang) environment setup.
|
||||
#
|
||||
|
||||
export GOPATH="$HOME/.go"
|
||||
path_append "$GOPATH/bin"
|
||||
Reference in New Issue
Block a user