Files
aimaren/vendor/github.com/sagikazarmark/locafero/justfile
T
2025-07-26 05:58:59 +00:00

12 lines
122 B
Makefile

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