Awesome Go

notify

CategoryFile Handling
SubcategoryFile Handling
Stars0

File system event notification library with simple API, similar to os/signal

About notify

notify GoDoc Build Status Build status Coverage Status

Filesystem event notification library on steroids.

Documentation

godoc.org/github.com/rjeczalik/notify

Installation

~ $ go get -u github.com/rjeczalik/notify

Projects using notify

Frequently Asked Questions

What is notify?

notify is a File Handling library for the Go programming language. File system event notification library with simple API, similar to os/signal

How do I install notify?

Install notify with the Go module system using `go get rjeczalik/notify`. Check the repository for the current installation instructions.

What category does notify belong to?

notify is listed under File Handling, specifically File Handling.

← Back to File Handling