URI:
       small fix - fsnotify-shim - [fork] go fsnotify shim for 9front
  HTML git clone git@git.drkhsh.at/fsnotify-shim.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 0ec0bbd6d7db6220f28fde8cb7a544c58ae24c88
   DIR parent 00c27b7261872376b8a932c06c740e175685f07b
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Wed, 30 Jul 2025 04:54:25 +0200
       
       small fix
       
       Diffstat:
         M fsnotify.go                         |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/fsnotify.go b/fsnotify.go
       @@ -25,6 +25,7 @@ const (
                Remove
                Rename
                Chmod
       +        Has
        )
        
        type Watcher struct {