示例#1
0
func init() {
	processor.RegisterSanitizer("noop", Filter)
}
示例#2
0
func init() {
	processor.RegisterSanitizer("removeduplicates", Filter)
}