mirror of
https://github.com/Kagami/go-face.git
synced 2025-09-26 19:51:16 +08:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
export GOPATH = $(PWD)
|
|
|
|
gofmt-staged:
|
|
./gofmt-staged.sh
|
|
|
|
test: gofmt-staged
|
|
go test -v
|