Versions in this module Expand all Collapse all v0 v0.16.0 Oct 6, 2023 v0.15.14 Jun 1, 2017 Changes in this version + const DefaultFileChangeDelay + type FileMonitor interface + Add func(string) error + Close func() error + Listen func() <-chan []string + func NewFileListener(fileChangeDelay time.Duration, ln net.Listener) FileMonitor + func NewFileMonitor(fileChangeDelay time.Duration) (FileMonitor, error)