gccgo-go

Go programming language -- gccgo

Install

All systems
curl cmd.cat/gccgo-go.sh
Debian Debian
apt-get install gccgo-go
Ubuntu
apt-get install gccgo-go
image/svg+xml Kali Linux
apt-get install gccgo-go
Windows (WSL2)
sudo apt-get update sudo apt-get install gccgo-go
Raspbian
apt-get install gccgo-go

gccgo-go

Go programming language -- gccgo

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. Installing this package will install the gccgo implementation as /usr/bin/go. It conflicts with golang-go.