Difference between revisions of "Go 2016"
From HPC users
Jump to navigationJump to search
Schwietzer (talk | contribs) (Created page with "== Introduction == Go is an open source project developed by a team at Google and many contributors from the open source community. Go is distributed under a BSD-style license...") |
Schwietzer (talk | contribs) |
||
Line 27: | Line 27: | ||
== Documentation == | == Documentation == | ||
Different documentations can be found [https://golang.org/doc/ here]. |
Revision as of 14:49, 5 March 2019
Introduction
Go is an open source project developed by a team at Google and many contributors from the open source community. Go is distributed under a BSD-style license.
Installed version
The currently installed version is available on environment hpc-env/6.4:
Go/1.8.1 Go/1.11.5
Using Go
If you want to find out more about Go on the HPC Cluster, you can use the command
module spider Go
This will show you basic informations e.g. a short description and the currently installed version.
To load the desired version of the module, use the command, e.g.
module load hpc-env 6.4 module load Go
Always remember: this command is case sensitive!
Documentation
Different documentations can be found here.