Wikipedia para siempre
TreeWeb::Artículos::Golang::Golang goimports in Linux
Permalink: http://www.treeweb.es/u/1303/ 15/01/2016

Golang goimports in Linux

Golang should be already installed. Then execute this lines:
GOPATH=`pwd` go get golang.org/x/tools/cmd/goimports sudo ln -s `pwd`/bin/goimports /usr/bin/goimports