From b61599abe8da8d1a519f4d42e9d353aaf2b35926 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Sat, 4 Jul 2020 19:07:32 +0700 Subject: [PATCH] Remove unnecessary gogetdoc from devcontainer Similar functionality is available in the gopls language server: https://github.com/fatih/vim-go/issues/2808#issuecomment-612728970 --- .devcontainer/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index de75ee89..d6d8f763 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \