Merge pull request #6466 from jabbera/fixMakefile

make deps should download goimports
pull/6403/merge
M. Marsh 8 years ago committed by GitHub
commit 43e5935c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save