Hilbish/golibs/fs
sammyette be4b86f5c5
feat(fs): add file watching function
add the fs.watch function which takes a path and a callback.
it will notify of any file events for the given path.

this function also returns a "watcher" object which
has start and stop functions.
2023-07-15 20:03:55 -04:00
..
fs.go feat(fs): add file watching function 2023-07-15 20:03:55 -04:00
watcher.go feat(fs): add file watching function 2023-07-15 20:03:55 -04:00