Files
kubesphere/vendor/github.com/emicklei/go-restful/Makefile
hongming 496db42be6 refine api docs
Signed-off-by: hongming <talonwan@yunify.com>
2020-10-27 18:48:36 +08:00

8 lines
108 B
Makefile

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