/
githubmirror
/
skopeo
Обзор
Документация
Войти
/
githubmirror
/
skopeo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/smallstep/pkcs7/Makefile
20 строк
285 B
renovate[bot]
fix(deps): update module github.com/containers/ocicrypt to v1.2.1
16 дек 2024, 21:06
Не верифицирован
16 дек 2024, 21:06
1866ecb
Код
Авторство
О чём код?
all: vet staticcheck test test: go test -covermode=count -coverprofile=coverage.out . showcoverage: test go tool cover -html=coverage.out vet: go vet . lint: golint . staticcheck: staticcheck . gettools: go get -u honnef.co/go/tools/... go get -u golang.org/x/lint/golint