fleshing out
This commit is contained in:
parent
4b1e599c97
commit
5b42adc89a
|
@ -4,6 +4,8 @@ Cron expression parser in Go language (golang).
|
||||||
|
|
||||||
Given a cron expression and a time stamp, you can get the next time stamp which satisfy the cron expression.
|
Given a cron expression and a time stamp, you can get the next time stamp which satisfy the cron expression.
|
||||||
|
|
||||||
|
In another project, I decided to use Cron syntax to encode scheduling information. Thus this standalone library to parse and execute cron expressions.
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
--------------
|
--------------
|
||||||
The reference documentation for this implementation is found at
|
The reference documentation for this implementation is found at
|
||||||
|
|
Loading…
Reference in New Issue