golangΒΆ
Summary
Source: https://go.dev/
License: BSD3
Path: /software/golang/
Documentation: https://go.dev/doc/
golang is an open-source programming language supported by Google.
To set the environment use modules
module load maxwell
module avail golang
will show available version. Currently only v1.22 is available
module load maxwell golang # for the latest version
module load maxwell golang/<version>