dotfiles/.bashrc.d/go

6 lines
303 B
Plaintext
Raw Normal View History

#--------------------------------------------------------------------------------
# Set up GOPATH for Go development
#--------------------------------------------------------------------------------
export GOPATH=${HOME}
#--------------------------------------------------------------------------------