catApi/vendor/github.com/sagikazarmark/locafero/justfile
2023-10-27 10:01:55 +03:00

12 lines
122 B
Makefile

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