0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-23 07:43:18 -05:00

golint fixed for modules/cron

This commit is contained in:
Lunny Xiao 2016-11-25 16:19:24 +08:00
parent 081c2a9395
commit b47051e59b

View file

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