1default: 2 just --list 3 4test: 5 go test -race -v ./... 6 7lint: 8 golangci-lint run 9 10fmt: 11 golangci-lint run --fix
View as plain text