mirror of
https://gitlab.durp.info/durfy/modules/durpify.git
synced 2026-05-07 08:00:30 -05:00
4 lines
55 B
Makefile
4 lines
55 B
Makefile
test:
|
|
go test ./... -v
|
|
lint:
|
|
golangci-lint run ./...
|