From 1f0d6d761e4f5cedddf75cbca37d9a4f1fe4f791 Mon Sep 17 00:00:00 2001 From: boyce Date: Tue, 1 Jun 2021 09:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb50226..d5f64c9 100644 --- a/README.md +++ b/README.md @@ -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") } ```