diff options
author | Unknwon <u@gogs.io> | 2015-11-21 17:21:22 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-21 17:21:22 -0500 |
commit | 3623b0927eaaa343014a592b4f663f80b9a513b5 (patch) | |
tree | 8a3e70bf44effa88a4d8b459894d9091affaac9a /modules/setting/setting_memcache.go | |
parent | d37da1f3929f94703d7c7f19f60288109f95756d (diff) |
remove tags redis and memcache
Diffstat (limited to 'modules/setting/setting_memcache.go')
-rw-r--r-- | modules/setting/setting_memcache.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/setting/setting_memcache.go b/modules/setting/setting_memcache.go deleted file mode 100644 index 9a7653b7..00000000 --- a/modules/setting/setting_memcache.go +++ /dev/null @@ -1,15 +0,0 @@ -// +build memcache - -// Copyright 2014 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package setting - -import ( - _ "github.com/go-macaron/cache/memcache" -) - -func init() { - EnableMemcache = true -} |