Files
go-face/Makefile
Kagami Hiiragi fd24bba43a go.mod
2020-05-09 02:56:42 +03:00

12 lines
170 B
Makefile

all: test
precommit: gofmt-staged
gofmt-staged:
./gofmt-staged.sh
testdata:
git clone https://github.com/Kagami/go-face-testdata testdata
test: testdata
go test -v