Skip to content

Commit

Permalink
Remove unnecessary impl module from devcontainer
Browse files Browse the repository at this point in the history
It does not have support for go modules:
golang/go#37537
  • Loading branch information
johnboyes committed Jul 5, 2020
1 parent 82ac3ee commit 088e873
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 @@ -30,7 +30,6 @@ RUN apt-get update \
honnef.co/go/tools/...@latest \
github.com/mdempsky/gocode@latest \
github.com/sqs/goreturns@latest \
github.com/josharian/impl@latest \
github.com/davidrjenni/reftools/cmd/fillstruct@latest \
github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest \
github.com/ramya-rao-a/go-outline@latest \
Expand Down

0 comments on commit 088e873

Please sign in to comment.