prometheus-adapter/vendor/github.com/emicklei/go-restful/Makefile
2020-10-28 15:52:52 +01:00

8 lines
No EOL
108 B
Makefile

all: test
test:
go vet .
go test -cover -v .
ex:
cd examples && ls *.go | xargs go build -o /tmp/ignore