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
- Host: GitHub
- URL: https://github.com/windomz/go-cron
- Owner: WindomZ
- License: mit
- Created: 2016-04-12T02:28:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T08:35:32.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T07:42:13.265Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-cron
Base on [robfig/cron](https://github.com/robfig/cron)
[](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)