예제 #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))
}