https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056
--- Comment #21 from Keith White <[email protected]> --- (In reply to Keith White from comment #20) For more background reading. It looks like the go bug report 19093 (referenced in src/os/file_unix.go) gives more detail as to what go "assumes" and why regular BSD files were removed from polling. https://github.com/golang/go/issues/19093 Polling was added in change 36800 which explains, somewhat, what's expected and why go's polling doesn't work on all filetypes on all OSes? https://go-review.googlesource.com/c/go/+/36800/ -- You are receiving this mail because: You are the assignee for the bug.
