gocron/vendor/github.com/Unknwon/paginater/Makefile

9 lines
80 B
Makefile
Raw Normal View History

2017-04-23 06:11:53 +00:00
.PHONY: build test vet
build: vet
test:
go test -v -cover -race
vet:
go vet