1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Merge pull request #305 from fsouza/master

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

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 .