Explorar o código

Merge pull request #305 from fsouza/master

Makefile: simplify "fmt" target
Solomon Hykes %!s(int64=12) %!d(string=hai) anos
pai
achega
e331f1ee0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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 .