Renamed FileEvent struct to Event.
4 files changed
tree: 9ab851e6527949a05dc0140c2b63e02d346381b1
  1. .gitignore
  2. .travis.yml
  3. AUTHORS
  4. CHANGELOG.md
  5. CONTRIBUTING.md
  6. example_test.go
  7. fsnotify.go
  8. fsnotify_bsd.go
  9. fsnotify_linux.go
  10. fsnotify_open_bsd.go
  11. fsnotify_open_darwin.go
  12. fsnotify_symlink_test.go
  13. fsnotify_test.go
  14. fsnotify_windows.go
  15. LICENSE
  16. README.md
README.md

File system notifications for Go

Build Status Coverage GoDoc

Cross platform, works on:

  • Windows
  • Linux
  • BSD
  • OSX

Moving Notice

We plan to include os/fsnotify in the Go standard library with a new API.

  • Import code.google.com/p/go.exp/fsnotify (GoDoc) for the latest API under development.
  • Continue importing github.com/howeyc/fsnotify (GoDoc) for the stable API.
  • Report Issues to go.exp/fsnotify after testing against code.google.com/p/go.exp/fsnotify
  • Join golang-dev to discuss fsnotify.
  • See the Contribution Guidelines for Go and sign the CLA.