package
0.0.0-20201227231101-9b564c95b4ac
Repository: https://github.com/ugorji/go-serverapp.git
Documentation: pkg.go.dev
# README
go-serverapp/fsnotify
This repository contains the go-serverapp/fsnotify
library.
To install:
go get github.com/ugorji/go-serverapp/fsnotify
Package Documentation
Package fsnotify provides filesystem listening and notification support.
Exported Package API
var ClosedErr = errorutil.String("<watcher closed>")
type WatchEvent struct{ ... }
type Watcher struct{ ... }
func NewWatcher(bufsize, sysBufSize int, sleepTime time.Duration, fn func([]*WatchEvent)) (w *Watcher, err error)