1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

Makefile: Switch to gofumpt

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-03-17 18:22:34 -04:00
parent 15869f37fc
commit 154362111f

View File

@@ -129,7 +129,7 @@ update-protobuf:
update-schema:
cd cmd/generate-database && $(GO) build -o $(GOPATH)/bin/generate-database -tags "$(TAG_SQLITE3)" $(DEBUG) && cd -
$(GO) generate ./...
gofmt -s -w ./internal/server/db/
gofumpt -w ./internal/server/db/
goimports -w ./internal/server/db/
@echo "Code generation completed"