6 lines
87 B
Makefile
6 lines
87 B
Makefile
lint:
|
|
golangci-lint run ./...
|
|
goreportcard:
|
|
goreportcard-cli -v
|
|
test:
|
|
go test ./...
|