fallthrough
Results
1
issues of
fallthrough
With the example ```go jobrunner.Schedule("* */5 * * * *", DoSomething{}) // every 5min do something ``` But log report err: expected exactly 5 fields, found 6. The github.com/robfig/cron/v3 package...