Cron expression parser in Go language (golang)
Go to file
gorhill 7f6b5c3a8c Merge branch 'master' of github.com:gorhill/gocronexpression 2013-08-29 09:05:13 -04:00
LICENSE Initial commit 2013-08-29 05:54:49 -07:00
README.md Initial commit 2013-08-29 05:54:49 -07:00
cronexpression.go first commit 2013-08-29 09:03:10 -04:00

README.md

gocronexpression

Go language (golang) cron expression parser. Given a cron expression and a time stamp, you can get the next time stamp which satisfy the cron expression