Skip to content

Commit e80708d

Browse files
committed
Dapr examples for cmd, docs, pkg and tools
1 parent 3c4d18f commit e80708d

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

cmd/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ Examples:
1616
* https://github.com/influxdata/influxdb/tree/master/cmd
1717
* https://github.com/kubernetes/kubernetes/tree/master/cmd
1818
* https://github.com/satellity/satellity/tree/master/cmd/satellity
19+
* https://github.com/dapr/dapr/tree/master/cmd
1920

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Examples:
66

77
* https://github.com/gohugoio/hugo/tree/master/docs
88
* https://github.com/openshift/origin/tree/master/docs
9+
* https://github.com/dapr/dapr/tree/master/docs

pkg/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Examples:
4444
* https://github.com/Ne0nd0g/merlin/tree/master/pkg
4545
* https://github.com/jenkins-x/jx/tree/master/pkg
4646
* https://github.com/DataDog/datadog-agent/tree/master/pkg
47+
* https://github.com/dapr/dapr/tree/master/pkg
4748

tools/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Examples:
66

77
* https://github.com/istio/istio/tree/master/tools
88
* https://github.com/openshift/origin/tree/master/tools
9+
* https://github.com/dapr/dapr/tree/master/tools

vendor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `/vendor`
22

3-
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).
3+
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).
44

55
Don't commit your application dependencies if you are building a library.
66

0 commit comments

Comments
 (0)