func sort.Sort

30 uses

	sort (current package)
		sort.go#L48: func Sort(data Interface) {
		sort.go#L128: func (x IntSlice) Sort() { Sort(x) }
		sort.go#L151: func (x Float64Slice) Sort() { Sort(x) }
		sort.go#L161: func (x StringSlice) Sort() { Sort(x) }

	compress/flate
		huffman_code.go#L314: 	sort.Sort(s)
		huffman_code.go#L329: 	sort.Sort(s)

	github.com/robfig/cron/v3
		cron.go#L251: 		sort.Sort(byTime(c.entries))

	go/scanner
		errors.go#L71: 	sort.Sort(p)
		errors.go#L76: 	sort.Sort(p)

	go/types
		unify.go#L161: 	sort.Sort(tparams)

	golang.org/x/net/http2
		http2.go#L403: 	sort.Sort(s)
		http2.go#L412: 	sort.Sort(s)
		writesched_priority.go#L198: 	sort.Sort(sortPriorityNodeSiblings(*tmp))

	golang.org/x/net/trace
		events.go#L90: 			sort.Sort(data.EventLogs)
		trace.go#L278: 		sort.Sort(data.Traces)
		trace.go#L499: 		sort.Sort(trl)
		trace.go#L513: 				sort.Sort(trl)

	golang.org/x/text/unicode/bidi
		bracket.go#L171: 			sort.Sort(p.pairPositions)

	golang.org/x/tools/internal/gcimporter
		iimport.go#L319: 		sort.Sort(byPath(list))
		ureader_yes.go#L143: 	sort.Sort(byPath(imps))

	google.golang.org/grpc/internal/channelz
		channelmap.go#L249: 	sort.Sort(int64Slice(ids))
		channelmap.go#L275: 	sort.Sort(int64Slice(ids))
		channelmap.go#L308: 	sort.Sort(int64Slice(ids))

	internal/profile
		graph.go#L474: 	sort.Sort(el)

	net/http
		h2_bundle.go#L3884: 	sort.Sort(s)
		h2_bundle.go#L3893: 	sort.Sort(s)
		h2_bundle.go#L11800: 	sort.Sort(http2sortPriorityNodeSiblings(*tmp))

	regexp/syntax
		parse.go#L1833: 	sort.Sort(ranges{rp})

	runtime/pprof
		pprof.go#L489: 	sort.Sort(&keysByCount{keys, count})

	vendor/golang.org/x/text/unicode/bidi
		bracket.go#L171: 			sort.Sort(p.pairPositions)