Browse Source

golint fixed for modules/cron

tags/v1.0.2
Lunny Xiao 9 years ago
parent
commit
b47051e59b
  1. 1
      modules/cron/cron.go

1
modules/cron/cron.go

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

Loading…
Cancel
Save