Exemplo n.º 1
0
func init() {
	complist.RegisterCompiler("coffee", func() computil.Compiler { return new(coffeec) })
}
Exemplo n.º 2
0
Arquivo: less.go Projeto: Szewek/ghul
func init() {
	complist.RegisterCompiler("less", func() computil.Compiler { return new(lessc) })
}