cert-manager-webhook-example/vendor/github.com/emicklei/go-restful/v3/Makefile
Konstantin Kalugin-Balashov 752d8d74da Initial
2024-02-28 13:20:51 +07: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 {}