OSDN Git Service

add fsnotify/fsnotify
authorpaladz <453256728@qq.com>
Wed, 1 Nov 2017 09:09:48 +0000 (17:09 +0800)
committerpaladz <453256728@qq.com>
Wed, 1 Nov 2017 09:09:48 +0000 (17:09 +0800)
commit56affbc5ab88ad601f48f74fbdeb56b6072dd3e9
tree01965ef3a5ae267a5430b66abc03a12571b8a523
parentbc2fba5412f69024f903fff20a1874914b3b0ee6
add fsnotify/fsnotify
24 files changed:
vendor/github.com/fsnotify/fsnotify/.editorconfig [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/.gitignore [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/.travis.yml [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/AUTHORS [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/CHANGELOG.md [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/LICENSE [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/README.md [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/example_test.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/fen.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/fsnotify.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/fsnotify_test.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/inotify.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/inotify_poller.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/inotify_poller_test.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/inotify_test.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/integration_darwin_test.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/integration_test.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/kqueue.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go [new file with mode: 0644]
vendor/github.com/fsnotify/fsnotify/windows.go [new file with mode: 0644]