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