9 lines
91 B
Makefile
9 lines
91 B
Makefile
test:
|
|
go test ./pkg/... -coverprofile=coverage.out
|
|
|
|
build:
|
|
go build
|
|
|
|
lint:
|
|
golint ./...
|