Skip to content

HPC Module: Go

Synopsis

Adds Go programming language to your environment

About This Software
Official Site https://golang.org
Tags

Installed Versions

Version Install Date Default?
1.11.5 2019-01-24
1.12.5 2019-05-07
1.12.7 2019-07-22
1.14.4 2020-06-22
1.17 2021-08-26
1.18.3 2022-07-11
1.20.2 2023-03-07

Description

The Go programming language is an open source project to make programmers more productive.

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Category

Library Programming Software SysAdmin