Skip to content

Commit ee29063

Browse files
committed
Remove unnecessary goplay module from devcontainer
We don't need this functionality: https://github.com/haya14busa/goplay/
1 parent cc4d4c4 commit ee29063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN apt-get update \
2929
&& GOPATH=/tmp/gotools GO111MODULE=on go get -v \
3030
honnef.co/go/tools/...@latest \
3131
github.com/mdempsky/gocode@latest \
32-
github.com/haya14busa/goplay/cmd/goplay@latest \
3332
github.com/sqs/goreturns@latest \
3433
github.com/josharian/impl@latest \
3534
github.com/davidrjenni/reftools/cmd/fillstruct@latest \

0 commit comments

Comments
 (0)