gorhill / cronexpr

Cron expression parser in Go language (golang)
683 stars 168 forks source link

Write better Go #5

Closed gorhill closed 10 years ago

gorhill commented 11 years ago

Make changes as per https://groups.google.com/d/msg/golang-nuts/la6mB5xG1L4/5V0L2GqF_1oJ

gorhill commented 11 years ago

Parse() is now MustParse() Added test case for Expression.NextN()