示例#1
0
文件: container.go 项目: hogedigo/gen
func init() {
	templates.Register("container", containerTemplates)
}
示例#2
0
文件: standard.go 项目: hogedigo/gen
func init() {
	templates.Register("standard", standardTemplates)
}
示例#3
0
func init() {
	templates.Register("projection", projectionTemplates)
}