Just using go get to fetch deps.

This commit is contained in:
Dan Buch 2012-11-12 19:05:13 -05:00
parent 2b21608871
commit 50efb4df6a

View File

@ -12,7 +12,7 @@ build: deps
go install $(PACKAGES)
deps:
go list -f '{{range .Imports}}{{.}} {{end}}' $(PACKAGES) | xargs go get
go get $(PACKAGES)
fmt:
go fmt $(PACKAGES)