var (
// Event sends an event only once Event = make(chan *fsnotify.Event) // sends an event only once// Timeout waits the specified duration for a second event before sending// the original event once. You may need to fine tune this value.
Timeout = time.Second
)