Using go get
to fetch deps.
This commit is contained in:
parent
17032016c3
commit
03d3b542a2
@ -20,7 +20,7 @@ fmt:
|
|||||||
go fmt $(PACKAGES)
|
go fmt $(PACKAGES)
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
go list -f '{{range .Imports}}{{.}} {{end}}' $(PACKAGES) | xargs go get
|
go get $(PACKAGES)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -v bin/*
|
rm -v bin/*
|
||||||
|
Loading…
Reference in New Issue
Block a user