diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-17 03:31:21 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-17 03:31:21 -0400 |
commit | f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e (patch) | |
tree | bc2ba926d7c487a0aed4ace8c5433d5c89400a54 /models/models.go | |
parent | 7d2632784f2e657396b3fb23f78bd3288c8d63d6 (diff) | |
download | gitea-f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e.tar.gz gitea-f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e.zip |
Bug fix on build tag
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go index fe17229cc3..6c323684a8 100644 --- a/models/models.go +++ b/models/models.go @@ -11,6 +11,7 @@ import ( "strings" _ "github.com/go-sql-driver/mysql" + _ "github.com/gogits/cache" _ "github.com/lib/pq" "github.com/lunny/xorm" |