1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/modules/base/base_memcache.go

12 lines
123 B
Go
Raw Normal View History

2014-04-21 10:54:07 +00:00
// +build memcache
package base
import (
_ "github.com/gogits/cache/memcache"
)
func init() {
EnableMemcache = true
}