Using go get to fetch deps.

This commit is contained in:
Dan Buch 2012-11-12 19:06:33 -05:00
parent 17032016c3
commit 03d3b542a2

View File

@ -20,7 +20,7 @@ fmt:
go fmt $(PACKAGES)
deps:
go list -f '{{range .Imports}}{{.}} {{end}}' $(PACKAGES) | xargs go get
go get $(PACKAGES)
clean:
rm -v bin/*