更新README

This commit is contained in:
boyce
2021-06-01 09:48:00 +08:00
parent a16bb6b362
commit 1f0d6d761e

View File

@@ -315,7 +315,7 @@ func (slf *TestService2) OnInit() error {
}
func (slf *TestService2) OnCron(){
func (slf *TestService2) OnCron(cron *timer.Cron){
fmt.Printf(":A minute passed!\n")
}
```