CronTicker Ticker, but with cron specification Download go get github.com/Jjungs7/CronTicker Example ticker, _ := NewCronWithOptionalSecondsTicker("*/5 * * * *") ticker.Start() for { <-ticker.C // do job }