Pakket: golang-github-gorhill-cronexpr-dev (1.0.0-2)
Verwijzigingen voor golang-github-gorhill-cronexpr-dev
Trisquel bronnen:
Het bronpakket golang-github-gorhill-cronexpr downloaden:
- [golang-github-gorhill-cronexpr_1.0.0-2.dsc]
- [golang-github-gorhill-cronexpr_1.0.0.orig.tar.gz]
- [golang-github-gorhill-cronexpr_1.0.0-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- pkg-go (Mailarchief)
- Victor Seva
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
cron expression parser
Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression.
The time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there.