github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/events/onFileSystemChange/filesystem_windows.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  // This isn't currently supported on Windows.
     5  //
     6  // It probably wouldn't be a big job to port to Windows but I wouldn't be able
     7  // to test the code works so I think it's better to disable the feature entirely
     8  // rather than ship a broken builtin.
     9  
    10  package onfilesystemchange