8e441e23b9
Sets up environment using block module with new shell env organization
5 lines
168 B
Text
Executable file
5 lines
168 B
Text
Executable file
# unset GOROOT
|
|
# unset GOPATH
|
|
# by sourcing instead of running it will preserve changes to env
|
|
source ./goinstall.sh -e m
|
|
# source ./install/goinstall.sh -p gopathtest
|