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

Cron is not implemented? #1

Closed iniwf closed 5 years ago

reugn commented 5 years ago

Implemented. Added it to examples. quartz.NewCronTrigger("1/3 *") Special expressions are also available: quartz.NewCronTrigger("@daily")