gorhill / cronexpr

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

Unexported fields in `type Expression` #15

Open Illizian opened 8 years ago

Illizian commented 8 years ago

Hi,

I'm new to the world of GoLang, so this may be a unusual request but I wonder whether we can make the fields within type Expression exported.

I actually need to analyse a cron by stepping over the arrays of accepted values this library has generated to determine whether, given a duration, we're still within a time period.