Skip to content

Commit

Permalink
Remove unnecessary gogetdoc from devcontainer
Browse files Browse the repository at this point in the history
Similar functionality is available in the gopls language server:
fatih/vim-go#2808 (comment)
  • Loading branch information
johnboyes committed Jul 5, 2020
1 parent 9d9d01a commit b61599a
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 @@ -35,7 +35,6 @@ RUN apt-get update \
github.com/ramya-rao-a/go-outline@latest \
github.com/acroca/go-symbols@latest \
github.com/rogpeppe/godef@latest \
github.com/zmb3/gogetdoc@latest \
github.com/fatih/gomodifytags@latest \
github.com/mgechev/revive@latest \
github.com/go-delve/delve/cmd/dlv@latest 2>&1 \
Expand Down

0 comments on commit b61599a

Please sign in to comment.