1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Merge pull request #255 from lunny/lunny/golint_modules_cron

Golint fixed for modules/cron
This commit is contained in:
Thomas Boerger
2016-11-25 10:11:36 +01:00
committed by GitHub

View File

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