Skip to content

amantiwari1/cronjob-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cron Job for golang

Quick Start

go run main.go

Change schedule

In line Code 137-139

  • You can change the schedule for 3 times a day
gocron.Every(1).Day().At("xx:xx").Do(job)
gocron.Every(1).Day().At("xx:xx").Do(job)
gocron.Every(1).Day().At("xx:xx").Do(job)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published