2
0
Files
recws/makefile
T
Lucas Löffel 7f509281a8 add linter
2019-06-07 16:40:12 +02:00

8 lines
92 B
Makefile

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