gordle/Makefile

5 lines
46 B
Makefile
Raw Normal View History

2023-08-07 20:54:08 +02:00
test:
go test ./...
lint:
golangci-lint run