2
0
Files
recws/makefile
T
Lucas Löffel 28f1b9c2e9 update path
2019-09-06 17:54:27 +02:00

8 lines
79 B
Makefile

install:
go get -t -v -u ./...
linter:
golangci-lint run
test:
make linter