cadvisor/vendor/github.com/sigma/go-inotify/README.md
Yann Hodique 289e560efd replace golang.org/x/exp/inotify with standalone library
context: kubernetes/kubernetes#68478

The inotify code was removed from golang.org/x/exp several years ago. Therefore
importing it from that path prevents downstream consumers from using any module
that makes use of more recent features of golang.org/x/exp.

Given that this code is by definition frozen and that the long term path should
be to migrate to fsnotify, replacing the current code by an identical standalone
copy doesn't have maintenance cost, and will unlock other activities for
kubernetes for example.
2018-09-28 08:48:12 -07:00

149 B

This is a fork of golang.org/x/exp/inotify before it was deleted.

Please use gopkg.in/fsnotify.v0 instead.

For updates, see: https://fsnotify.org/