aboutsummaryrefslogtreecommitdiffstats
path: root/kube2msb/src/kube2msb/vendor/github.com/emicklei/go-restful/install.sh
blob: 5fe03b56978fcc83c4ff8ecd61206b9264a8f3d5 (plain)
1
2
3
4
5
6
7
8
9
cd examples
	ls *.go | xargs -I {} go build -o /tmp/ignore {}
	cd ..
go fmt ...swagger && \
go test -test.v ...swagger && \
go install ...swagger && \
go fmt ...restful && \
go test -test.v ...restful && \
go install ...restful