2024-11-16 11:00:46 +01:00

5 lines
58 B
Makefile

lint:
golangci-lint run ./...
test:
go test ./... -race