Пример #1
0
func init() {
	complist.RegisterCompiler("coffee", func() computil.Compiler { return new(coffeec) })
}
Пример #2
0
func init() {
	complist.RegisterCompiler("less", func() computil.Compiler { return new(lessc) })
}