mirror of
https://github.com/shawfdong/modulefiles.git
synced 2025-04-10 09:52:11 +01:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
#%Module1.0#####################################################################
|
|
##
|
|
## go modulefile
|
|
##
|
|
proc ModulesHelp { } {
|
|
puts stderr "\tSets up environment for official Go release\n"
|
|
}
|
|
|
|
module-whatis "sets up environment for official Go release"
|
|
|
|
append-path PATH /usr/local/go/bin
|
|
|
|
conflict go
|