diff --git a/Makefile b/Makefile index 158727e..95e32f7 100644 --- a/Makefile +++ b/Makefile @@ -50,8 +50,10 @@ test: fmt: @go fmt ./internal/./... @go fmt ./cmd/./... + @go fmt ./hooks/./... @$(GOPATH)/bin/goimports -w ./internal/ @$(GOPATH)/bin/goimports -w ./cmd/ + @$(GOPATH)/bin/goimports -w ./hooks/ vet: @go vet ./...