index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
internal
/
cron
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2021-05-19 13:38:13 +0800
committer
GitHub <noreply@github.com>
2021-05-19 13:38:13 +0800
commit
1a1a01a8423a58c2c9f4906364631b160ec593eb
(
patch
)
tree
76da60be7bd2e332b91171d0b1c342928284e846
/
internal/cron
parent
c4cf659e324379dba29c78d6e838dfebe6b59e2f
(
diff
)
ci: use new lint action and add custom config (#6562)
Diffstat
(limited to 'internal/cron')
-rw-r--r--
internal/cron/cron.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cron/cron.go b/internal/cron/cron.go
index 9d45cd15..2228b6a4 100644
--- a/
internal/cron/cron.go
+++ b/
internal/cron/cron.go
@@ -11,8 +11,8 @@ import (
"github.com/gogs/cron"
- "gogs.io/gogs/internal/db"
"gogs.io/gogs/internal/conf"
+ "gogs.io/gogs/internal/db"
)
var c = cron.New()