1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 18:17:19 +00:00

Merge utils to modules

This commit is contained in:
Unknown
2014-03-07 17:22:15 -05:00
parent a2a59f8ad1
commit 5a05d6633d
14 changed files with 30 additions and 30 deletions

View File

@ -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 {