Add github.com/josharian/impl for method stubs

This commit is contained in:
Alexander Krieg
2019-06-15 10:51:09 +00:00
parent 824ed7d4d0
commit cedf836303

View File

@@ -21,6 +21,7 @@ RUN go get -u -v \
github.com/rogpeppe/godef \ github.com/rogpeppe/godef \
github.com/zmb3/gogetdoc \ github.com/zmb3/gogetdoc \
github.com/sqs/goreturns \ github.com/sqs/goreturns \
github.com/josharian/impl \
golang.org/x/tools/cmd/goimports \ golang.org/x/tools/cmd/goimports \
golang.org/x/lint/golint \ golang.org/x/lint/golint \
golang.org/x/tools/cmd/gopls \ golang.org/x/tools/cmd/gopls \