go

Tool for managing go source code. Some subcommands such as go build have their own usage documentation. More information: <https://golang.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y golang-bin
Ubuntu
RUN apt-get update && \ apt-get install -y golang-bin
Alpine
RUN apk add go
Arch Arch Linux
RUN pacman -S --noconfirm go
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y golang-bin
Fedora
RUN dnf install -y golang-bin
Raspbian
RUN apt-get update && \ apt-get install -y golang-bin
click the source code to copy install go on any operating system with command-not-found.com