diff options
Diffstat (limited to 'routers/org/org.go')
-rw-r--r-- | routers/org/org.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/routers/org/org.go b/routers/org/org.go index 1a7800d9..1a6a821e 100644 --- a/routers/org/org.go +++ b/routers/org/org.go @@ -5,11 +5,12 @@ package org import ( + log "gopkg.in/clog.v1" + "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" ) |