]> go.fuhry.dev Git - fsnotify.git/commit
Add a feature to return the directories and files that are being monitored (#374)
authorNitroCao <17915615+NitroCao@users.noreply.github.com>
Thu, 21 Apr 2022 06:46:51 +0000 (14:46 +0800)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 06:46:51 +0000 (15:46 +0900)
commitceba4ef83ad7912d1ccf0b59e1ed8a13176f23b3
tree09af9b29a3a60b30099e20695e06f40626898fc9
parent712fe1d802d8c20c95e843adac4d8b11c1d636d1
Add a feature to return the directories and files that are being monitored (#374)

* Add a feature to return the directories and files that are being monitored

* add WatchList() method for bsd and windows platforms

* preallocate space for the array to be returned
inotify.go
inotify_test.go
kqueue.go
windows.go