From 5b42adc89af9cf7965c6b519e2ab3f168827f518 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 29 Aug 2013 19:39:08 -0400 Subject: [PATCH] fleshing out --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90b8ecb..0276218 100644 --- a/README.md +++ b/README.md @@ -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. +In another project, I decided to use Cron syntax to encode scheduling information. Thus this standalone library to parse and execute cron expressions. + Implementation -------------- The reference documentation for this implementation is found at