1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +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

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