Merge pull request #188 from ultrabug/master

fix make dependency for the format target
This commit is contained in:
Armon Dadgar 2014-06-03 22:56:06 -07:00
commit 4057746747
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ test: deps
integ:
go list ./... | INTEG_TESTS=yes xargs -n1 go test
format:
format: deps
@echo "--> Running go fmt"
@go fmt $(PACKAGES)