golint fixed for modules/cron
This commit is contained in:
parent
081c2a9395
commit
b47051e59b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ import (
|
|||
|
||||
var c = cron.New()
|
||||
|
||||
// NewContext begins cron tasks
|
||||
func NewContext() {
|
||||
var (
|
||||
entry *cron.Entry
|
||||
|
|
Reference in a new issue