mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-17 21:34:47 -07:00
7 lines
60 B
Makefile
7 lines
60 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test .
|
|
go vet .
|
|
./.check-gofmt.sh
|