ingress-nginx-helm/vendor/github.com/emicklei/go-restful/Makefile
2017-05-20 20:11:38 -04:00

7 lines
No EOL
91 B
Makefile

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