index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknown <joe2010xtmf@163.com>
2014-04-21 06:54:07 -0400
committer
Unknown <joe2010xtmf@163.com>
2014-04-21 06:54:07 -0400
commit
de01f814892666298d24f79f769a7c0766119c87
(
patch
)
tree
3abb9079920efb9055edceba771e3f2fd1ae2f56
/
models
parent
660b47373d1adf8b39396e237d060a18c8959cd4
(
diff
)
Prepare for v0.3.0 release
Diffstat
(limited to 'models')
-rw-r--r--
models/models.go
1
1 files changed, 0 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index 216084f1..8e8835ab 100644
--- a/
models/models.go
+++ b/
models/models.go
@@ -12,7 +12,6 @@ import (
_ "github.com/go-sql-driver/mysql"
"github.com/go-xorm/xorm"
- _ "github.com/gogits/cache"
_ "github.com/lib/pq"
"github.com/gogits/gogs/modules/base"