mirror of
https://github.com/Crocmagnon/gordle.git
synced 2024-11-14 20:33:58 +01:00
5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
test:
|
||
|
go test ./...
|
||
|
|
||
|
lint:
|
||
|
golangci-lint run
|