func()

in handler.go [179:181]


func (pset pathConfigSet) Less(i, j int) bool {
	return pset[i].path < pset[j].path
}