8 lines
79 B
Makefile
8 lines
79 B
Makefile
install:
|
|
go get -t -v -u ./...
|
|
|
|
linter:
|
|
golangci-lint run
|
|
|
|
test:
|
|
make linter
|