1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 13:18:47 +00:00
Files
rke/vendor/github.com/emicklei/go-restful/Makefile
galal-hussein c4677f8ee6 Vendor update
2017-11-06 19:40:19 +02:00

7 lines
91 B
Makefile

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