mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
golint fixed for modules/cron
This commit is contained in:
parent
081c2a9395
commit
b47051e59b
@ -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…
Reference in New Issue
Block a user