Esempio n. 1
0
func init() {
	processor.RegisterSanitizer("noop", Filter)
}
Esempio n. 2
0
func init() {
	processor.RegisterSanitizer("removeduplicates", Filter)
}