예제 #1
0
파일: json.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterParser("json", &Parser{})
}
예제 #2
0
파일: plain.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterParser("plain", &Parser{})
}
예제 #3
0
파일: otto.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterParser("otto", &Parser{o: otto.New()})
}