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

12 lines
122 B
Makefile
Raw Normal View History

2024-06-15 13:58:47 +00:00
default:
just --list
test:
go test -race -v ./...
lint:
golangci-lint run
fmt:
golangci-lint run --fix