2
0
Files
recws/makefile
T
2020-02-13 14:17:42 +01:00

8 lines
64 B
Makefile

install:
go get
linter:
golangci-lint run
test:
make linter