Dapr examples for cmd, docs, pkg and tools

This commit is contained in:
Kyle Quest
2019-10-17 22:36:47 -07:00
parent 3c4d18f50c
commit e80708dcab
5 changed files with 5 additions and 1 deletions

2
vendor/README.md vendored
View File

@@ -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.