Just using go get
to fetch deps.
This commit is contained in:
parent
2b21608871
commit
50efb4df6a
@ -12,7 +12,7 @@ build: deps
|
|||||||
go install $(PACKAGES)
|
go install $(PACKAGES)
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
go list -f '{{range .Imports}}{{.}} {{end}}' $(PACKAGES) | xargs go get
|
go get $(PACKAGES)
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
go fmt $(PACKAGES)
|
go fmt $(PACKAGES)
|
||||||
|
Loading…
Reference in New Issue
Block a user