Remove whiteshtef/clockwork (#3682)

* remove clockwork
This commit is contained in:
whiteShtef 2021-07-28 22:17:55 +02:00 committed by GitHub
parent b38aea0ebc
commit 56ad763b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1054,7 +1054,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for scheduling jobs.* *Libraries for scheduling jobs.*
* [clockwerk](http://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax. * [clockwerk](http://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.
* [clockwork](https://github.com/whiteShtef/clockwork) - Simple and intuitive job scheduling library in Go.
* [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules. * [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules.
* [go-cron](https://github.com/rk/go-cron) - 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. * [go-cron](https://github.com/rk/go-cron) - 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.
* [go-quartz](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go. * [go-quartz](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go.