1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: gofumpt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-09-13 11:09:24 -03:00
parent 5f4ea3f9cb
commit cd93cda2c6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -29,7 +29,7 @@ cover: test
# gofmt and goimports all go files
fmt:
gofumpt -w .
gofumpt -w -l -s .
.PHONY: fmt
# Run all the tests and code checks