modules-durpify/Makefile

5 lines
55 B
Makefile
Raw Permalink Normal View History

2024-09-02 13:38:46 -05:00
test:
go test ./... -v
lint:
golangci-lint run ./...