mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 11:30:55 +00:00
move paren to new line
This commit is contained in:
parent
153d76e200
commit
24b8870637
@ -38,7 +38,8 @@ var (
|
|||||||
// beeTemplateExt stores the template extension which will build
|
// beeTemplateExt stores the template extension which will build
|
||||||
beeTemplateExt = []string{"tpl", "html"}
|
beeTemplateExt = []string{"tpl", "html"}
|
||||||
// beeTemplatePreprocessors stores associations of extension -> preprocessor handler
|
// 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,
|
// ExecuteTemplate applies the template with name to the specified data object,
|
||||||
// writing the output to wr.
|
// writing the output to wr.
|
||||||
|
Loading…
Reference in New Issue
Block a user