dev-pod-api-build/vendor/github.com/emicklei/go-restful/v3/Makefile
2026-04-16 04:16:36 +00:00

8 lines
No EOL
131 B
Makefile

all: test
test:
go vet .
go test -cover -v .
ex:
find ./examples -type f -name "*.go" | xargs -I {} go build -o /tmp/ignore {}