mirror of
https://github.com/jeremyd/ergo.git
synced 2026-04-27 08:00:00 -07:00
7 lines
60 B
Makefile
7 lines
60 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test .
|
|
go vet .
|
|
./.check-gofmt.sh
|