From e80708dcab349b5e2640783ec11980edffbdc9be Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Thu, 17 Oct 2019 22:36:47 -0700 Subject: [PATCH] Dapr examples for cmd, docs, pkg and tools --- cmd/README.md | 1 + docs/README.md | 1 + pkg/README.md | 1 + tools/README.md | 1 + vendor/README.md | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/README.md b/cmd/README.md index 5589471..19c269e 100644 --- a/cmd/README.md +++ b/cmd/README.md @@ -16,4 +16,5 @@ Examples: * 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 diff --git a/docs/README.md b/docs/README.md index 21f97ee..66aaf4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,3 +6,4 @@ Examples: * https://github.com/gohugoio/hugo/tree/master/docs * https://github.com/openshift/origin/tree/master/docs +* https://github.com/dapr/dapr/tree/master/docs diff --git a/pkg/README.md b/pkg/README.md index f87ba85..79fd4b8 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -44,4 +44,5 @@ Examples: * https://github.com/Ne0nd0g/merlin/tree/master/pkg * https://github.com/jenkins-x/jx/tree/master/pkg * https://github.com/DataDog/datadog-agent/tree/master/pkg +* https://github.com/dapr/dapr/tree/master/pkg diff --git a/tools/README.md b/tools/README.md index e5be7c7..f22a58e 100644 --- a/tools/README.md +++ b/tools/README.md @@ -6,3 +6,4 @@ Examples: * https://github.com/istio/istio/tree/master/tools * https://github.com/openshift/origin/tree/master/tools +* https://github.com/dapr/dapr/tree/master/tools diff --git a/vendor/README.md b/vendor/README.md index b2b9ea9..60e8be4 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,6 +1,6 @@ # `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep) or the new built-in, but still experimental, [`modules`](https://github.com/golang/go/wiki/Modules) feature). +Application dependencies (managed manually or by your favorite dependency management tool like the new built-in, but still experimental, [`modules`](https://github.com/golang/go/wiki/Modules) feature). Don't commit your application dependencies if you are building a library.