func sort.Strings

49 uses

	sort (current package)
		sort.go#L335: func Strings(x []string) { Sort(StringSlice(x)) }

	database/sql
		sql.go#L71: 	sort.Strings(list)

	encoding/pem
		pem.go#L275: 		sort.Strings(h)

	expvar
		expvar.go#L283: 	sort.Strings(varKeys)

	github.com/aws/aws-sdk-go-v2/aws/signer/v4
		v4.go#L151: 		sort.Strings(query[key])
		v4.go#L437: 	sort.Strings(headers)

	github.com/aws/aws-sdk-go-v2/internal/v4a
		v4a.go#L280: 		sort.Strings(query[key])
		v4a.go#L426: 	sort.Strings(headers)

	github.com/go-pg/pg/v10/orm
		format.go#L164: 	sort.Strings(keys)
		insert.go#L200: 	sort.Strings(keys)
		table_create.go#L178: 	sort.Strings(keys)
		update.go#L175: 	sort.Strings(keys)

	github.com/vmihailenco/msgpack/v5
		encode_map.go#L102: 	sort.Strings(keys)
		encode_map.go#L121: 	sort.Strings(keys)

	go.pact.im/x/goupdate
		packages.go#L122: 	sort.Strings(intersect)
		packages.go#L147: 	sort.Strings(intersect)

	go.uber.org/zap
		config.go#L239: 		sort.Strings(keys)

	go/ast
		filter.go#L362: 	sort.Strings(filenames)

	go/build
		build.go#L994: 	sort.Strings(p.AllTags)
		build.go#L1009: 		sort.Strings(p.SFiles)
		build.go#L1012: 		sort.Strings(p.IgnoredOtherFiles)
		build.go#L1054: 	sort.Strings(out)
		build.go#L1463: 	sort.Strings(all)

	go/doc
		reader.go#L639: 	sort.Strings(r.filenames)
		reader.go#L811: 	sort.Strings(list)

	go/types
		scope.go#L59: 	sort.Strings(names)
		typestring.go#L349: 		sort.Strings(termHashes)

	golang.org/x/exp/apidiff
		messageset.go#L53: 	sort.Strings(s)

	golang.org/x/net/http2
		transport.go#L1155: 		sort.Strings(keys)

	golang.org/x/net/trace
		events.go#L67: 	sort.Strings(data.Families)
		trace.go#L227: 	sort.Strings(data.Families)

	golang.org/x/tools/go/packages
		visit.go#L31: 				sort.Strings(paths) // Imports is a map, this makes visit stable

	golang.org/x/tools/internal/gcimporter
		iimport.go#L258: 		sort.Strings(names)

	internal/profile
		encode.go#L35: 		sort.Strings(keys)
		encode.go#L51: 		sort.Strings(numKeys)
		merge.go#L186: 	sort.Strings(labels)
		merge.go#L192: 	sort.Strings(numlabels)

	mime
		mediatype.go#L40: 	sort.Strings(attrs)
		type.go#L160: 	sort.Strings(ret)

	mime/multipart
		writer.go#L114: 	sort.Strings(keys)

	net/http
		client.go#L794: 				sort.Strings(ss) // Ensure deterministic headers
		h2_bundle.go#L7755: 		sort.Strings(keys)
		transfer.go#L319: 			sort.Strings(keys)

	net/url
		url.go#L963: 	sort.Strings(keys)

	path/filepath
		match.go#L338: 	sort.Strings(names)
		path.go#L541: 	sort.Strings(names)

	runtime/pprof
		label.go#L52: 	sort.Strings(keyVals)

	testing
		benchmark.go#L453: 	sort.Strings(extraKeys)
		example.go#L54: 	sort.Strings(lines)