From 20c05f3889a6af09e8e5facf28acc97ca5b741a9 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 20 Apr 2015 19:02:06 -0400 Subject: [PATCH] Add github.com/albrow/jobs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed901a5d..3e788f5c 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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/). * [gopsutil](https://github.com/shirou/gopsutil) - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). +* [jobs](https://github.com/albrow/jobs) - A persistent and flexible background jobs library. * [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. * [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.