mirror of
https://github.com/tenrok/event-scheduling.git
synced 2026-06-20 20:00:38 +03:00
doc: update output
This commit is contained in:
@@ -35,7 +35,7 @@ func main() {
|
||||
scheduler.CheckEventsInInterval(ctx, time.Minute)
|
||||
|
||||
scheduler.Schedule("SendEmail", "mail: nilkantha.dipesh@gmail.com", time.Now().Add(1*time.Minute))
|
||||
scheduler.Schedule("PayBills", "paybills: $4,000 bill", time.Now().Add(5*time.Minute))
|
||||
scheduler.Schedule("PayBills", "paybills: $4,000 bill", time.Now().Add(2*time.Minute))
|
||||
|
||||
go func() {
|
||||
for range interrupt {
|
||||
|
||||
Reference in New Issue
Block a user