Browse Source

Merge pull request #255 from lunny/lunny/golint_modules_cron

Golint fixed for modules/cron
master
Thomas Boerger GitHub 8 years ago
parent
commit
2255a9af6a
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() var c = cron.New()


// NewContext begins cron tasks
func NewContext() { func NewContext() {
var ( var (
entry *cron.Entry entry *cron.Entry


Loading…
Cancel
Save