]> Cypherpunks repositories - gostls13.git/commit
os/inotify: new package
authorBalazs Lecz <leczb@google.com>
Thu, 9 Dec 2010 18:11:39 +0000 (13:11 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 9 Dec 2010 18:11:39 +0000 (13:11 -0500)
commit2bdb2e78fe8d8270bcd67df1d6c532a9bf82e83f
treef5fa115b128f00491d0ffabedbeeb396a714f559
parentb98fffe39eb770cb41b272957ff662e5048d4395
os/inotify: new package

This patch adds a new package: os/inotify, which
provides a Go wrapper to the Linux inotify system.

R=rsc, albert.strasheim, rog, jacek.masiulaniec
CC=golang-dev
https://golang.org/cl/2049043
src/pkg/Makefile
src/pkg/deps.bash
src/pkg/os/inotify/Makefile [new file with mode: 0644]
src/pkg/os/inotify/inotify_linux.go [new file with mode: 0644]
src/pkg/os/inotify/inotify_linux_test.go [new file with mode: 0644]