howeyc / fsnotify

File system notification for Go
BSD 3-Clause "New" or "Revised" License
1.99k stars 252 forks source link

relationship to go 1.3 fsnotify (?) #88

Closed bradclawsie closed 10 years ago

bradclawsie commented 10 years ago

I see go 1.3 will have an os/fsnotify package. Is this package being adopted for inclusion in the standard library, or is the standard library using something different?

DisposaBoy commented 10 years ago

the former; search fsnotify on golang-dev https://groups.google.com/forum/#!forum/golang-dev

bradclawsie commented 10 years ago

thanks! -brad