fix: Restore fmt target to Makefile

This commit is contained in:
Jeffrey Paul 2025-06-09 17:22:44 -07:00
parent 2e3fc475cf
commit b0e3cdd3d0

View File

@ -10,6 +10,9 @@ vet:
test:
go test -v ./...
fmt:
go fmt ./...
lint:
golangci-lint run --timeout 5m