diff options
Diffstat (limited to 'models/issue_comment.go')
-rw-r--r-- | models/issue_comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue_comment.go b/models/issue_comment.go index 13a97707..e166efd9 100644 --- a/models/issue_comment.go +++ b/models/issue_comment.go @@ -11,10 +11,10 @@ import ( "github.com/Unknwon/com" "github.com/go-xorm/xorm" + log "gopkg.in/clog.v1" api "github.com/gogits/go-gogs-client" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/markdown" ) |