exception/makefile
2025-08-07 14:47:32 +02:00

4 lines
59 B
Makefile

install:
- go mod tidy
test:
- go test -timeout 30s .\...