mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Merge pull request #255 from lunny/lunny/golint_modules_cron
Golint fixed for modules/cron
This commit is contained in:
commit
2255a9af6a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ import (
|
|||
|
||||
var c = cron.New()
|
||||
|
||||
// NewContext begins cron tasks
|
||||
func NewContext() {
|
||||
var (
|
||||
entry *cron.Entry
|
||||
|
|
Loading…
Reference in a new issue