From e106f5054786989e5a53a58bb592535b585cd776 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Sat, 4 Jul 2020 17:27:29 +0700 Subject: [PATCH] Remove unnecessary impl module from devcontainer It does not have support for go modules: https://github.com/golang/go/issues/37537 --- .devcontainer/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ece03408..a898f36c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \