[ 原始碼: golang-github-gorhill-cronexpr ]
套件:golang-github-gorhill-cronexpr-dev(1.0.0 git20180427.88b0669-2)
golang-github-gorhill-cronexpr-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-gorhill-cronexpr:
- [golang-github-gorhill-cronexpr_1.0.0 git20180427.88b0669-2.dsc]
- [golang-github-gorhill-cronexpr_1.0.0 git20180427.88b0669.orig.tar.xz]
- [golang-github-gorhill-cronexpr_1.0.0 git20180427.88b0669-2.debian.tar.xz]
維護小組:
- pkg-go (QA 頁面, 郵件存檔)
- Victor Seva (QA 頁面)
- Dmitry Smirnov (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
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.