From ef6377707858c1feeb61d475177dea369efa171c Mon Sep 17 00:00:00 2001 From: roylee0704 Date: Sat, 17 Jun 2017 03:15:41 +0800 Subject: [PATCH] add gron package -- Cron Jobs in Go. (#994) Package links: github.com: https://github.com/roylee0704/gron godoc.org: https://godoc.org/github.com/roylee0704/gron goreportcard.com: https://goreportcard.com/report/github.com/roylee0704/gron gocover.io: https://gocover.io/github.com/roylee0704/gron --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c22c45e0..54cf1b62 100644 --- a/README.md +++ b/README.md @@ -1160,6 +1160,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go * [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection. * [grequests](https://github.com/levigross/grequests) - An elegant and simple `net/http` wrapper that follows Python's requests library +* [gron](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. * [htcat](https://github.com/htcat/htcat) - Parallel and Pipelined HTTP GET Utility * [httpcontrol](https://github.com/facebookgo/httpcontrol) - Package httpcontrol allows for HTTP transport level control around timeouts and retries. * [hub](https://github.com/github/hub) - wrap git commands with additional functionality to interact with github from the terminal.