fleshing out doc
This commit is contained in:
parent
2594aadb14
commit
5c3ec34a8d
|
@ -23,8 +23,8 @@ import (
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
// A Expression represents a specific cron time expression as defined on
|
// A Expression represents a specific cron time expression as defined at
|
||||||
// Wikipedia: https://en.wikipedia.org/wiki/Cron#CRON_expression
|
// <https://github.com/gorhill/cronexpr#implementation>
|
||||||
type Expression struct {
|
type Expression struct {
|
||||||
expression string
|
expression string
|
||||||
secondList []int
|
secondList []int
|
||||||
|
|
Loading…
Reference in New Issue