From cb22e1be3f157197ed65941d217c754cc56266be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Cerezo=20Guzm=C3=A1n?= Date: Sun, 22 Mar 2015 23:41:59 +0000 Subject: [PATCH] Add scheduler, package for job scheduling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea8665b4..a25efd74 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool * [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. +* [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs.