catApi/vendor/github.com/sagikazarmark/locafero/justfile

12 lines
122 B
Makefile
Raw Normal View History

2023-10-27 07:01:55 +00:00
default:
just --list
test:
go test -race -v ./...
lint:
golangci-lint run
fmt:
golangci-lint run --fix