Merge pull request #305 from fsouza/master

Makefile: simplify "fmt" target
This commit is contained in:
Solomon Hykes 2013-04-01 16:28:29 -07:00
commit e331f1ee0e

View file

@ -43,4 +43,4 @@ test: all
@(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS))
fmt:
@find . -name "*.go" -exec gofmt -l -w {} \;
@gofmt -s -l -w .