Browse Source

golint fixed for modules/cron

for-closed-social
Lunny Xiao 8 years ago
parent
commit
b47051e59b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/cron/cron.go

+ 1
- 0
modules/cron/cron.go View File

@ -16,6 +16,7 @@ import (
var c = cron.New()
// NewContext begins cron tasks
func NewContext() {
var (
entry *cron.Entry

Loading…
Cancel
Save