[ Bron: golang-github-gokyle-fswatch ]
Pakket: golang-github-gokyle-fswatch-dev (0.0~git20121217.1dbdf83-3)
Verwijzigingen voor golang-github-gokyle-fswatch-dev
Debian bronnen:
Het bronpakket golang-github-gokyle-fswatch downloaden:
- [golang-github-gokyle-fswatch_0.0~git20121217.1dbdf83-3.dsc]
- [golang-github-gokyle-fswatch_0.0~git20121217.1dbdf83.orig.tar.gz]
- [golang-github-gokyle-fswatch_0.0~git20121217.1dbdf83-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
simple UNIX file system watching library in Go
This package provides a simple UNIX file system watching library in Go.
This includes:
* Static watchers for watching a limited set of files. Those do not purge deleted files from the watch list. * Auto watchers for watching a set of files and directories. Directories are watched for new files. New files are automatically added, and deleted files are removed from the watch list.