DEBSOURCES
Skip Quicknav
sources / golang-github-sagikazarmark-locafero / 0.9.0-1 / justfile
1234567891011121314
default: just --list test: go test -race -v ./... fuzz: go test -race -v -fuzz=Fuzz -fuzztime=60s ./... lint: golangci-lint run fmt: golangci-lint fmt