diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-07 17:22:15 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-07 17:22:15 -0500 |
commit | 5a05d6633d413b1c5182a0a542e173f99601a103 (patch) | |
tree | b6d343ca8c998909839d1364f466f7af223fdd1b /routers/user/user.go | |
parent | a2a59f8ad1192d3504abd50b2daf2ebfd97c86ca (diff) |
Merge utils to modules
Diffstat (limited to 'routers/user/user.go')
-rw-r--r-- | routers/user/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/user.go b/routers/user/user.go index 7eac9b74..a07d79e4 100644 --- a/routers/user/user.go +++ b/routers/user/user.go @@ -14,7 +14,7 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/utils/log" + "github.com/gogits/gogs/modules/log" ) func Dashboard(r render.Render, data base.TmplData, session sessions.Session) { |