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