feat(Makefile): add go fix to fmt command

This commit is contained in:
Julien Neuhart
2026-02-20 21:22:34 +01:00
parent 2baa59cb3a
commit be78a71bb7
+1
View File
@@ -221,6 +221,7 @@ lint-todo: ## Find TODOs in Golang codebase
.PHONY: fmt
fmt: ## Format Golang codebase and "optimize" the dependencies
go fix ./...
golangci-lint fmt
go mod tidy