An open API service indexing awesome lists of open source software.

https://github.com/windomz/go-cron

Simple and easy to use
https://github.com/windomz/go-cron

Last synced: about 1 year ago
JSON representation

Simple and easy to use

Awesome Lists containing this project

README

          

# go-cron

Base on [robfig/cron](https://github.com/robfig/cron)

[![GoDoc](http://godoc.org/github.com/robfig/cron?status.png)](http://godoc.org/github.com/robfig/cron)

## Overview

* Every second(s)
* Every minute(s)
* Every hour(s)
* Every day(s)
* Every half, quarter even fixed range minutes, hours and day

## Installation

```
go get -u github.com/WindomZ/go-cron
```

## TODO

* Support for more types
* More practical functions
* More Test and Benchmark

## LICENSE

MIT(http://opensource.org/licenses/mit-license.php)