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

12 lines
122 B
Makefile
Raw Normal View History

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