mirror of
https://github.com/Crocmagnon/gordle.git
synced 2024-11-14 12:23:58 +01:00
8 lines
No EOL
97 B
Makefile
8 lines
No EOL
97 B
Makefile
test:
|
|
go test ./...
|
|
|
|
lint:
|
|
golangci-lint run
|
|
|
|
run:
|
|
go run cmd/cli/main.go -f contrib/pli07.txt
|