dt_automate/vendor/github.com/sagikazarmark/locafero/justfile
2025-02-27 14:27:45 +08:00

12 lines
122 B
Makefile

default:
just --list
test:
go test -race -v ./...
lint:
golangci-lint run
fmt:
golangci-lint run --fix