コード例 #1
0
ファイル: configure.go プロジェクト: get3w/get3w
// Entry into the fluent-configuration
func Configure() *core.Configuration {
	c := new(core.Configuration)
	return c.Cache(TemplateCache)
}