Rainbond/vendor/github.com/renstorm/fuzzysearch/Makefile
2017-12-06 17:14:06 +08:00

11 lines
104 B
Makefile

default: build
build:
go build
test:
go test -v ./...
benchmark:
go test -benchmem -bench=. ./...