示例#1
0
文件: gotpl.go 项目: CNDonny/scope
func init() {
	templates.Register(".tmpl", new(GoTemplateCompiler))
}
示例#2
0
文件: amber.go 项目: CNDonny/scope
func init() {
	templates.Register(".amber", NewAmberCompiler(amber.DefaultOptions))
}