{"id":50663,"library":"fsnotify-v1","title":"fsnotify File System Notifications","description":"Package fsnotify provides a platform-independent interface for file system notifications.","status":"active","version":"1.4.7","language":"go","source_language":null,"source_url":"https://github.com/fsnotify/fsnotify","tags":["filesystem","notifications","watch","cross-platform"],"install":[{"cmd":"go get gopkg.in/fsnotify.v1","lang":"bash","label":"Install gopkg.in/fsnotify.v1"}],"dependencies":[],"imports":[{"symbol":"fsnotify","correct":"gopkg.in/fsnotify.v1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"gopkg.in/fsnotify.v1\"\n)\n\nfunc main() {\n\twatcher, _ := fsnotify.NewWatcher()\n\tdefer watcher.Close()\n\twatcher.Add(\"/tmp\")\n\tfor {\n\t\tselect {\n\t\tcase event := <-watcher.Events:\n\t\t\tlog.Println(event)\n\t\t}\n\t}\n}\n","lang":"go","description":"Watch a directory for file system events."},"warnings":[{"fix":"Replace import with github.com/fsnotify/fsnotify and update API usage.","message":"v1 is deprecated; use github.com/fsnotify/fsnotify (v1.8+) for new projects.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'cross':21 'cross-platform':20 'file':2,14 'filesystem':17 'fsnotifi':1,6 'independ':11 'interfac':12 'notif':4,16,18 'packag':5 'platform':10,22 'platform-independ':9 'provid':7 'system':3,15 'watch':19","created_at":"2026-06-15T05:03:58.658711+00:00","updated_at":"2026-06-15T05:03:58.658711+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/fsnotify/fsnotify","github":"https://github.com/fsnotify/fsnotify","docs":"https://pkg.go.dev/gopkg.in/fsnotify.v1#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}