jasonlvhit / gocron

A Golang Job Scheduling Package.
BSD 2-Clause "Simplified" License
3.46k stars 345 forks source link

Use slice instead of array #173

Closed biningo closed 5 months ago

biningo commented 3 years ago

I think you should use slice instead of array

JohnRoesler commented 3 years ago

@biningo this repo is no longer maintained. Come checkout https://github.com/go-co-op/gocron which we're actively maintaining. It already has this change made. And many enhancements!