type github.com/ghodss/yaml.byName

5 uses

	github.com/ghodss/yaml (current package)
		fields.go#L89: type byName []field
		fields.go#L91: func (x byName) Len() int { return len(x) }
		fields.go#L93: func (x byName) Swap(i, j int) { x[i], x[j] = x[j], x[i] }
		fields.go#L95: func (x byName) Less(i, j int) bool {
		fields.go#L212: 	sort.Sort(byName(fields))