Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / github.com / emicklei / go-restful / Makefile
1 all: test
2
3 test:
4         go test -v .
5
6 ex:
7         cd examples && ls *.go | xargs go build -o /tmp/ignore