1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-19 11:18:16 +08: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

@ -11,7 +11,7 @@ import (
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/utils/log"
"github.com/gogits/gogs/modules/log"
)
func SignedInId(session sessions.Session) int64 {