3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-19 07:00:39 +01:00
2025-01-13 21:47:21 -05:00

7 lines
60 B
Makefile

.PHONY: test
test:
go test .
go vet .
./.check-gofmt.sh