type go.etcd.io/bbolt.nodes

5 uses

	go.etcd.io/bbolt (current package)
		node.go#L19: 	children   nodes
		node.go#L584: type nodes []*node
		node.go#L586: func (s nodes) Len() int      { return len(s) }
		node.go#L587: func (s nodes) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
		node.go#L588: func (s nodes) Less(i, j int) bool {