func/vendor/github.com/emicklei/go-restful/Makefile

5 lines
47 B
Makefile

all: test
test:
go vet .
go test -cover -v .