gofmt
Tool for formatting Go source code. More information: <https://golang.org/cmd/gofmt/>.
RUN apt-get update && \
apt-get install -y golang-1.12-go
RUN apt-get update && \
apt-get install -y golang-1.12-go
RUN pacman -S --noconfirm go-pie
RUN apt-get update && \
apt-get install -y golang-1.11-go
RUN yum install -y gcc-go
RUN dnf install -y gcc-go
RUN apt-get update && \
apt-get install -y golang-1.6-go