Exemplo n.º 1
0
func init() {
	ql.RegisterParser("json", &Parser{})
}
Exemplo n.º 2
0
func init() {
	ql.RegisterParser("plain", &Parser{})
}
Exemplo n.º 3
0
func init() {
	ql.RegisterParser("otto", &Parser{o: otto.New()})
}