]> Cypherpunks repositories - gostls13.git/commit
exp/winfsnotify: filesystem watcher for Windows
authorHector Chu <hectorchu@gmail.com>
Tue, 18 Oct 2011 20:09:58 +0000 (21:09 +0100)
committerHector Chu <hectorchu@gmail.com>
Tue, 18 Oct 2011 20:09:58 +0000 (21:09 +0100)
commit7ecf6c997e786b4812ae5d5f6afade15a3717fa9
tree2307b79dcb0b6ca5ad3def91ca277961e47ff5e8
parent033585d6755a19308314b89f1252ec1438e24fe0
exp/winfsnotify: filesystem watcher for Windows

R=rsc, alex.brainman, bradfitz
CC=bsiegert, go.peter.90, golang-dev
https://golang.org/cl/4188047
src/pkg/exp/winfsnotify/Makefile [new file with mode: 0644]
src/pkg/exp/winfsnotify/winfsnotify.go [new file with mode: 0644]
src/pkg/exp/winfsnotify/winfsnotify_test.go [new file with mode: 0644]
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/zsyscall_windows_amd64.go
src/pkg/syscall/ztypes_windows.go