From 60a049bf7823b67b824bf6a5c4b36a74ed7fbf94 Mon Sep 17 00:00:00 2001 From: Alexander Krieg Date: Sat, 15 Jun 2019 12:53:33 +0000 Subject: [PATCH] Add github.com/cweill/gotests for test generation --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5e083b2..dcba975 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -42,6 +42,7 @@ RUN go get -u -v \ github.com/josharian/impl \ github.com/davidrjenni/reftools/cmd/fillstruct \ github.com/fatih/gomodifytags \ + github.com/cweill/gotests/... \ golang.org/x/tools/cmd/goimports \ golang.org/x/lint/golint \ golang.org/x/tools/cmd/gopls \