This package browser is in early development. Mind the rough edges.

go 1.4-bootstrap-20171003

Compiler and libraries for Go, a statically-typed language

Go, also commonly referred to as golang, is an imperative programming language designed primarily for systems programming. Go is a compiled, statically typed language in the tradition of C and C++, but adds garbage collection, various safety features, and concurrent programming features in the style of communicating sequential processes (CSP).

Installation

Install go 1.4-bootstrap-20171003 as follows:

guix install go@1.4-bootstrap-20171003

Or install the latest version:

guix install go

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.