6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
|
#--------------------------------------------------------------------------------
|
||
|
# Set up GOPATH for Go development
|
||
|
#--------------------------------------------------------------------------------
|
||
|
export GOPATH=${HOME}
|
||
|
#--------------------------------------------------------------------------------
|