From f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 17 Apr 2014 03:31:21 -0400 Subject: [PATCH] Bug fix on build tag --- models/models.go | 1 + 1 file changed, 1 insertion(+) 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"