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:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user