浏览代码

Bug fix on build tag

Unknown 11 年之前
父节点
当前提交
f8571f4db1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/models.go

+ 1 - 0
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"