Commit Graph
9 Commits
Author SHA1 Message Date
Simon Frei 5cd759c897 Improve documentation (comments) about events and polish 2017-04-14 19:52:04 +02:00
Paweł Błaszczyk 019c346a61 doc: Add FEN. 2015-12-16 23:16:37 +01:00
Pawel Knap d45d56d71a stub: fix panics and failures on not supported platforms 2015-02-18 14:00:23 +01:00
Pawel Knap b179ba39f4 inotify: add description to inotify-specific events 2015-02-16 15:14:45 +01:00
Rafal Jeczalik bdf2ac514c improve inline documentation and update README.md 2015-02-16 00:00:14 +01:00
Rafal Jeczalik bd62d61df5 update license / authors
Done with:

  ~ $ find . -type f -name '*.go' -exec prepend -f preamble.txt {} \;

Automate with CI?
2015-02-15 13:44:09 +01:00
Rafal Jeczalik f0a61ddff7 remove error Event
We decided to instead to improve watchers to handle those error
conditions, which we can recover from.

E.g. MustRescan event for FSEvents.
2015-02-15 08:57:52 +01:00
Rafal Jeczalik 82431eaf54 make internal structs unexported 2015-01-21 22:41:21 +01:00
Rafal Jeczalik 5ade0c5df1 Remove Recursive event (#14) 2014-09-20 16:31:03 +02:00