func sort.Sort

16 uses

	sort (current package)
		sort.go#L50: func Sort(data Interface) {
		sort.go#L130: func (x IntSlice) Sort() { Sort(x) }
		sort.go#L153: func (x Float64Slice) Sort() { Sort(x) }
		sort.go#L163: func (x StringSlice) Sort() { Sort(x) }

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

	github.com/andybalholm/brotli/flate
		huffman_code.go#L315: 	sort.Sort(s)
		huffman_code.go#L330: 	sort.Sort(s)

	github.com/gotd/neo
		time.go#L128: 	sort.Sort(past)

	github.com/gotd/td/mtproto/salts
		salts.go#L82: 	sort.Sort(saltSlice(s.salts))

	github.com/gotd/td/telegram/dcs
		dns.go#L148: 	sort.Sort(sortByLen(txt))

	github.com/refraction-networking/utls
		u_parrots.go#L3189: 	sort.Sort(ciphers)

	net/http
		h2_bundle.go#L3847: 	sort.Sort(s)
		h2_bundle.go#L3856: 	sort.Sort(s)
		h2_bundle.go#L11594: 	sort.Sort(http2sortPriorityNodeSiblingsRFC7540(*tmp))

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