1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-25 06:26:50 +00:00
Files
norman/vendor/github.com/emicklei/go-restful/Makefile
Darren Shepherd 816c6cf363 Vendor bump
2017-11-10 21:46:33 -07:00

7 lines
91 B
Makefile

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