Add gofumpt to tools

This commit is contained in:
2024-12-16 14:24:31 -05:00
parent 62abe2caab
commit 42e36af55b
4 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,7 @@ all: tools schema generate test build install
tools:
go install golang.org/x/tools/cmd/stringer
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
go install mvdan.cc/gofumpt
# Retrieve and prepare schema
schema: