Merge pull request #6466 from jabbera/fixMakefile

make deps should download goimports
This commit is contained in:
M. Marsh 2018-07-10 11:41:14 -07:00 committed by GitHub
commit 43e5935c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ deps:
@go get golang.org/x/tools/cmd/stringer
@go get -u github.com/mna/pigeon
@go get github.com/kardianos/govendor
@go get golang.org/x/tools/cmd/goimports
@govendor sync
dev: deps ## Build and install a development build