mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-30 09:06:52 +08:00
Merge utils to modules
This commit is contained in:
@ -10,8 +10,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/gogits/gogs/utils/log"
|
||||
git "github.com/libgit2/git2go"
|
||||
|
||||
"github.com/gogits/gogs/modules/log"
|
||||
)
|
||||
|
||||
type Repo struct {
|
||||
|
Reference in New Issue
Block a user