8 lines
64 B
Makefile
8 lines
64 B
Makefile
install:
|
|
go get
|
|
|
|
linter:
|
|
golangci-lint run
|
|
|
|
test:
|
|
make linter
|