Files
buildx/vendor/github.com/package-url/packageurl-go/Makefile
T
Tonis Tiigi 4880756a0f policy: simplify recursive material resolution
Unify root/material unknown resolution with recursive Input traversal.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2026-02-26 09:14:25 -08:00

9 lines
124 B
Makefile

.PHONY: test clean lint
test:
go test -v -cover ./...
lint:
go get -u golang.org/x/lint/golint
golint -set_exit_status