Commit 46c79da4 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/cron' into 'master'

Feature/cron See merge request !32
parents 23d20daa 4c6aac15
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
var c *cron.Cron var c *cron.Cron
func Setup() { func Setup(){
c = cron.New() c = cron.New()
c.AddFunc("* * * * * *", func() { c.AddFunc("* * * * * *", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment