From ccf813751411d0b2e72b7994a633458cbc4670ae Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Sat, 28 Dec 2019 16:18:38 +0000 Subject: [PATCH] Fix gopls path --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index faee1b7..de74784 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update \ github.com/cweill/gotests/... \ golang.org/x/tools/cmd/goimports \ golang.org/x/lint/golint \ - golang.org/x/tools/cmd/gopls \ + golang.org/x/tools/gopls \ github.com/alecthomas/gometalinter \ honnef.co/go/tools/... \ github.com/golangci/golangci-lint/cmd/golangci-lint \