From c513dd7ea58633de58746d023be24a95cc41ca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rannou?= Date: Sun, 22 May 2022 14:57:33 +0200 Subject: [PATCH] fix: clean-up projects that do not use a pkg layout anymore --- pkg/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/README.md b/pkg/README.md index 633b8777..3c39e09c 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -13,14 +13,12 @@ The `pkg` directory origins: The old Go source code used to use `pkg` for its pa Examples: -* https://github.com/prometheus/prometheus/tree/master/pkg * https://github.com/jaegertracing/jaeger/tree/master/pkg * https://github.com/istio/istio/tree/master/pkg * https://github.com/GoogleContainerTools/kaniko/tree/master/pkg * https://github.com/google/gvisor/tree/master/pkg * https://github.com/google/syzkaller/tree/master/pkg * https://github.com/perkeep/perkeep/tree/master/pkg -* https://github.com/minio/minio/tree/master/pkg * https://github.com/heptio/ark/tree/master/pkg * https://github.com/argoproj/argo/tree/master/pkg * https://github.com/heptio/sonobuoy/tree/master/pkg