]> go.fuhry.dev Git - fsnotify.git/commitdiff
code organization: rename files
authorNathan Youngman <git@nathany.com>
Mon, 8 Sep 2014 02:20:32 +0000 (20:20 -0600)
committerNathan Youngman <git@nathany.com>
Mon, 8 Sep 2014 02:24:57 +0000 (20:24 -0600)
Hopefully more clear.

inotify_linux.go [moved from fsnotify_linux.go with 100% similarity]
integration_test.go [moved from fsnotify_test.go with 100% similarity]
kqueue.go [moved from fsnotify_bsd.go with 100% similarity]
open_mode_bsd.go [moved from fsnotify_open_bsd.go with 100% similarity]
open_mode_darwin.go [moved from fsnotify_open_darwin.go with 100% similarity]
windows.go [moved from fsnotify_windows.go with 100% similarity]

similarity index 100%
rename from fsnotify_linux.go
rename to inotify_linux.go
similarity index 100%
rename from fsnotify_test.go
rename to integration_test.go
similarity index 100%
rename from fsnotify_bsd.go
rename to kqueue.go
similarity index 100%
rename from fsnotify_open_bsd.go
rename to open_mode_bsd.go
similarity index 100%
rename from fsnotify_open_darwin.go
rename to open_mode_darwin.go
similarity index 100%
rename from fsnotify_windows.go
rename to windows.go