Пример #1
0
// Entry into the fluent-configuration
func Configure() *core.Configuration {
	c := new(core.Configuration)
	return c.SetInternalBuffer(512, 4096).Cache(TemplateCache)
}