From 60eb8eb62901080a93b137e93f170a9759d7b4d1 Mon Sep 17 00:00:00 2001 From: Allan Larangeiras Date: Thu, 21 May 2015 08:56:47 -0300 Subject: [PATCH] Adding go-cron --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e189644..55844c8 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities. +* [go-cron](https://github.com/rk/go-cron) - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. * [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package. * [godotenv](https://github.com/joho/godotenv) - A Go port of Ruby's dotenv library (Loads environment variables from `.env`.) * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox.