modules-durpify/Makefile
2024-09-02 13:38:46 -05:00

4 lines
55 B
Makefile

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