From 5a9c66ac1fc4c4749ebd1ee7d7bc8c4dd37a5868 Mon Sep 17 00:00:00 2001 From: bossm0n5t3r Date: Fri, 4 Jun 2021 00:01:19 +0900 Subject: [PATCH] fix : Delete repo that exist no more cmd folder satellity repo does not have cmd folder --- cmd/README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/cmd/README.md b/cmd/README.md index 19c269e..598b2cf 100644 --- a/cmd/README.md +++ b/cmd/README.md @@ -10,11 +10,9 @@ It's common to have a small `main` function that imports and invokes the code fr Examples: -* https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages) -* https://github.com/moby/moby/tree/master/cmd -* https://github.com/prometheus/prometheus/tree/master/cmd -* https://github.com/influxdata/influxdb/tree/master/cmd -* https://github.com/kubernetes/kubernetes/tree/master/cmd -* https://github.com/satellity/satellity/tree/master/cmd/satellity -* https://github.com/dapr/dapr/tree/master/cmd - +- https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages) +- https://github.com/moby/moby/tree/master/cmd +- https://github.com/prometheus/prometheus/tree/master/cmd +- https://github.com/influxdata/influxdb/tree/master/cmd +- https://github.com/kubernetes/kubernetes/tree/master/cmd +- https://github.com/dapr/dapr/tree/master/cmd