reugn / go-quartz

Minimalist and zero-dependency scheduling library for Go
https://pkg.go.dev/github.com/reugn/go-quartz/quartz
MIT License
1.8k stars 85 forks source link

CronField and CronExpressionParser should be not be exported #29

Closed dolmen closed 2 years ago

dolmen commented 2 years ago

CronField andCronExpressionParser seem to be private data structures for the implementation of CronTrigger. I don't see a reason why they are exported.