Merge pull request #255 from lunny/lunny/golint_modules_cron

Golint fixed for modules/cron
tokarchuk/v1.17
Thomas Boerger 8 years ago committed by GitHub
commit 2255a9af6a
  1. 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