]> go.fuhry.dev Git - fsnotify.git/commit
Move some files around
authorMartin Tournoij <martin@arp242.net>
Sat, 6 Aug 2022 18:24:59 +0000 (20:24 +0200)
committerMartin Tournoij <martin@arp242.net>
Sat, 6 Aug 2022 18:24:59 +0000 (20:24 +0200)
commitfdf41a303e4f147cde32bbb3e813f04551cd76f3
tree25a9e5c0f9853d3d83f90d39b28d189a9af16c02
parent844d71f6664f6dbc94a98f2af1626fd294c74654
Move some files around

This will be useful once we start splitting out "systems" and "backends"
a bit more, e.g. when polling support is added.
backend_fen.go [moved from fen.go with 100% similarity]
backend_inotify.go [moved from inotify.go with 100% similarity]
backend_inotify_test.go [moved from inotify_test.go with 100% similarity]
backend_kqueue.go [moved from kqueue.go with 100% similarity]
backend_other.go [moved from fsnotify_unsupported.go with 100% similarity]
backend_windows.go [moved from windows.go with 100% similarity]
fsnotify_test.go
integration_test.go [deleted file]
system_bsd.go [moved from open_mode_bsd.go with 100% similarity]
system_darwin.go [moved from open_mode_darwin.go with 100% similarity]
system_darwin_test.go [moved from integration_darwin_test.go with 98% similarity]