This commit is contained in:
2025-07-21 11:42:19 +02:00
parent 5cc32b3e9c
commit 8d7c8e8933
95 changed files with 162 additions and 162 deletions

View File

@@ -16,7 +16,7 @@ A file system notification system for V that provides real-time monitoring of fi
## Usage Example
```v
import freeflowuniverse.herolib.osal.core.notifier
import freeflowuniverse.herolib.osal.notifier
// Define callback function for file events
fn on_file_change(event notifier.NotifyEvent, path string) {