mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-17 05:03:24 +08:00
Merge pull request #255 from lunny/lunny/golint_modules_cron
Golint fixed for modules/cron
This commit is contained in:
@ -16,6 +16,7 @@ import (
|
||||
|
||||
var c = cron.New()
|
||||
|
||||
// NewContext begins cron tasks
|
||||
func NewContext() {
|
||||
var (
|
||||
entry *cron.Entry
|
||||
|
Reference in New Issue
Block a user