Chromium Code Reviews| Index: pkg/watcher/README.md |
| diff --git a/pkg/watcher/README.md b/pkg/watcher/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..75b0470f025af108beac69c5fc3c30c9bf85e2a1 |
| --- /dev/null |
| +++ b/pkg/watcher/README.md |
| @@ -0,0 +1,2 @@ |
| +A file watcher. It monitors (currently by polling) for changes to contents of |
| +directories and notifies you when files have been added, removed, or modified. |