From af3acead9b229039c4552dbf065f5e86f3c0bd7f Mon Sep 17 00:00:00 2001 From: Rafal Jeczalik Date: Thu, 26 Mar 2015 11:34:06 +0100 Subject: [PATCH] Add notify, filesystem notification package --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af9ac7..baafcf9 100644 --- a/README.md +++ b/README.md @@ -377,8 +377,9 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *These libraries were placed here because none of the other categories seemed to fit* -* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields +* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. * [browscap_go](https://github.com/fromYukki/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). +* [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. * [gopsutil](https://github.com/shirou/gopsutil) - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). * [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.