1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Prepare for v0.3.0 release

This commit is contained in:
Unknown
2014-04-21 06:54:07 -04:00
parent 660b47373d
commit de01f81489
4 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,11 @@
// +build memcache
package base
import (
_ "github.com/gogits/cache/memcache"
)
func init() {
EnableMemcache = true
}