mirror of
https://github.com/astaxie/beego.git
synced 2025-06-20 17:30:19 +00:00
move paren to new line
This commit is contained in:
@ -38,7 +38,8 @@ var (
|
||||
// beeTemplateExt stores the template extension which will build
|
||||
beeTemplateExt = []string{"tpl", "html"}
|
||||
// beeTemplatePreprocessors stores associations of extension -> preprocessor handler
|
||||
beeTemplateEngines = map[string]templatePreProcessor{})
|
||||
beeTemplateEngines = map[string]templatePreProcessor{}
|
||||
)
|
||||
|
||||
// ExecuteTemplate applies the template with name to the specified data object,
|
||||
// writing the output to wr.
|
||||
|
Reference in New Issue
Block a user