placeholder

Golang compiler miscellaneous sources

Install

All systems
curl cmd.cat/placeholder.sh
Debian Debian
apt-get install golang-1.12-src
Ubuntu
apt-get install golang-1.12-src
Arch Arch Linux
pacman -S go-pie
image/svg+xml Kali Linux
apt-get install golang-1.11-src
Fedora
dnf install golang-misc
Windows (WSL2)
sudo apt-get update sudo apt-get install golang-1.12-src

golang-misc

Golang compiler miscellaneous sources

golang-1.10-src

Go programming language - source files

golang-1.11-src

Go programming language - source files

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. This package provides the Go programming language source files needed for cross-compilation.

golang-1.12-src

Go programming language - source files

go

Core compiler tools for the Go programming language

go-pie

Core compiler tools for the Go programming language (with PIE enabled by default)