Files
go-face/Makefile
Kagami Hiiragi 28fa236fbd Initial commit
2018-04-02 19:52:09 +03:00

8 lines
89 B
Makefile

export GOPATH = $(PWD)
gofmt-staged:
./gofmt-staged.sh
test: gofmt-staged
go test -v