Go 2016
From HPC users
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
... on environment hpc-env/8.3:
Go/1.14 Go/1.17.6
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/8.3 module load Go
Always remember: this command is case sensitive!
Documentation
Different documentations can be found here.