goimports
Updates Go import lines, adding missing ones and removing unreferenced ones. More information: <https://godoc.org/golang.org/x/tools/cmd/goimports>.
RUN apt-get update && \
apt-get install -y golang-golang-x-tools
RUN apt-get update && \
apt-get install -y golang-golang-x-tools
RUN pacman -S --noconfirm golang-googlecode-tools-goimports-0
RUN apt-get update && \
apt-get install -y golang-golang-x-tools
RUN dnf install -y golang-googlecode-tools-goimports-0
RUN apt-get update && \
apt-get install -y golang-golang-x-tools