INNER CODE UNIT · Shell
CGO_ENABLED
jessfraz/dotfiles · bin/install.sh:309
CGO_ENABLED=0 go install -a -installsuffix cgo std
)
# get commandline tools
(
set -x
set +e
go get golang.org/x/lint/golint
go get golang.org/x/tools/cmd/cover
go get golang.org/x/tools/gopls
go get golang.org/x/review/git-codereview
go get golang.org/x/tools/cmd/goimports
go get golang.org/x/tools/cmd/gorename
go get golang.org/x/tools/cmd/guru
go get github.com/genuinetools/amicontained
go get github.com/genuinetools/apk-file
go get github.com/genuinetools/audit