issues
search
go-co-op
/
gocron
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
MIT License
5.61k
stars
308
forks
source link
internal refactoring of JobOption constructor, clock moved to exec
#761
Closed
JohnRoesler
closed
3 months ago
JohnRoesler
commented
3 months ago
What does this do?
refactors the JobOption constructor (and subs, StartAt, e.g.) to take a time.Time to remove usage of time.Now and replace with the clock's time.Now
move's the clock object to the exec struct for future use cases
lint clean up
Which issue(s) does this PR fix/relate to?
List any changes that modify/break current functionality
Have you included tests for your changes?
Did you document any new/modified functionality?
[ ] Updated
example_test.go
[ ] Updated
README.md
Notes
What does this do?
Which issue(s) does this PR fix/relate to?
List any changes that modify/break current functionality
Have you included tests for your changes?
Did you document any new/modified functionality?
example_test.go
README.md
Notes