Cron expression parser in Go language (golang)
Go to file
Raymond Hill 96ebede305 Initial commit 2013-08-29 05:54:49 -07:00
LICENSE Initial commit 2013-08-29 05:54:49 -07:00
README.md Initial commit 2013-08-29 05:54:49 -07: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