Skip to content

Commit c9c2d92

Browse files
committed
Remove unnecessary fillstruct from devcontainer
fillstruct fills a struct literal with default values[1] This functionality is now available in the gopls language server[2] [1] https://github.com/davidrjenni/reftools/tree/master/cmd/fillstruct [2] golang/go#37576 (comment)
1 parent e106f50 commit c9c2d92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN apt-get update \
3030
honnef.co/go/tools/...@latest \
3131
github.com/mdempsky/gocode@latest \
3232
github.com/sqs/goreturns@latest \
33-
github.com/davidrjenni/reftools/cmd/fillstruct@latest \
3433
github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest \
3534
github.com/ramya-rao-a/go-outline@latest \
3635
github.com/acroca/go-symbols@latest \

0 commit comments

Comments
 (0)