We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee29063 commit 82ac3eeCopy full SHA for 82ac3ee
.devcontainer/Dockerfile
@@ -41,9 +41,6 @@ RUN apt-get update \
41
github.com/mgechev/revive@latest \
42
github.com/go-delve/delve/cmd/dlv@latest 2>&1 \
43
#
44
- # Build Go tools w/o module support
45
- && GOPATH=/tmp/gotools go get -v github.com/alecthomas/gometalinter 2>&1 \
46
- #
47
# Build gocode-gomod
48
&& GOPATH=/tmp/gotools go get -x -d github.com/stamblerre/gocode 2>&1 \
49
&& GOPATH=/tmp/gotools go build -o gocode-gomod github.com/stamblerre/gocode \
0 commit comments