mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-10 20:33:16 -08:00
6 lines
60 B
Makefile
6 lines
60 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test .
|
|
go vet .
|
|
./.check-gofmt.sh
|