DEBSOURCES
Skip Quicknav
sources / golang-github-emicklei-go-restful / 3.10.2-1 / Makefile
12345678
all: test test: go vet . go test -cover -v . ex: find ./examples -type f -name "*.go" | xargs -I {} go build -o /tmp/ignore {}