apply linter
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2024-07-22 11:36:24 +02:00
commit d2ebea5a31
Signed by: deblan
GPG key ID: 579388D585F70417
4 changed files with 11 additions and 3 deletions

View file

@ -55,3 +55,9 @@ $(WINBIN):
.PHONY: clean
clean:
rm -rf $(DIR)/*
tool-gofumpt:
which golangci-lint > /dev/null 2>&1 || go install mvdan.cc/gofumpt@latest
fmt: tool-gofumpt
gofumpt -w --extra .