Merge pull request #6466 from jabbera/fixMakefile
make deps should download goimports
This commit is contained in:
commit
43e5935c6e
1
Makefile
1
Makefile
|
@ -46,6 +46,7 @@ deps:
|
||||||
@go get golang.org/x/tools/cmd/stringer
|
@go get golang.org/x/tools/cmd/stringer
|
||||||
@go get -u github.com/mna/pigeon
|
@go get -u github.com/mna/pigeon
|
||||||
@go get github.com/kardianos/govendor
|
@go get github.com/kardianos/govendor
|
||||||
|
@go get golang.org/x/tools/cmd/goimports
|
||||||
@govendor sync
|
@govendor sync
|
||||||
|
|
||||||
dev: deps ## Build and install a development build
|
dev: deps ## Build and install a development build
|
||||||
|
|
Loading…
Reference in New Issue