func sort.Ints

4 uses

	sort (current package)
		sort.go#L328: func Ints(x []int) { Sort(IntSlice(x)) }

	go/printer
		gobuild.go#L111: 	sort.Ints(toDelete)

	google.golang.org/protobuf/internal/impl
		codec_messageset.go#L63: 		sort.Ints(keys)
		encode.go#L189: 		sort.Ints(keys)