From 9a5fb7923285e556ad55f1f89d6fca06cd89d0ce Mon Sep 17 00:00:00 2001 From: Alexander Krieg Date: Sat, 15 Jun 2019 11:23:05 +0000 Subject: [PATCH] Add fillstruct --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 529935e..330917a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -22,6 +22,7 @@ RUN go get -u -v \ github.com/zmb3/gogetdoc \ github.com/sqs/goreturns \ github.com/josharian/impl \ + github.com/davidrjenni/reftools/cmd/fillstruct \ golang.org/x/tools/cmd/goimports \ golang.org/x/lint/golint \ golang.org/x/tools/cmd/gopls \