Browse Source

Bug fix on build tag

Unknown 11 năm trước cách đây
mục cha
commit
f8571f4db1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"