fleshing out

This commit is contained in:
gorhill
2013-08-29 20:09:16 -04:00
parent 536d6c6cd2
commit 3ce59d04d0

View File

@@ -100,5 +100,5 @@ will return `true`, whereas
cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 2050", time.Now())) cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 2050", time.Now()))
will return false (as of 2013-08-29...) will return `false` (as of 2013-08-29...)