Skip to content

Commit

Permalink
Remove unnecessary goimports from devcontainer
Browse files Browse the repository at this point in the history
Imports are instead handled by the gopls language server:
golang/go#33587 (comment)
  • Loading branch information
johnboyes committed Jul 4, 2020
1 parent fbfcd12 commit 2e3a220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN apt-get update \
&& GOPATH=/tmp/gotools GO111MODULE=on go get -v golang.org/x/tools/gopls@latest 2>&1 \
&& GOPATH=/tmp/gotools GO111MODULE=on go get -v \
honnef.co/go/tools/...@latest \
golang.org/x/tools/cmd/goimports@latest \
golang.org/x/lint/golint@latest \
github.com/mdempsky/gocode@latest \
github.com/cweill/gotests/...@latest \
Expand Down

0 comments on commit 2e3a220

Please sign in to comment.