2
0
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:
Dipesh Dulal
2021-01-16 12:04:16 +05:45
parent 9b5a1dd610
commit 9ed0238086
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -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 {