func sort.Strings

15 uses

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

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

	mime
		mediatype.go#L41: 	sort.Strings(attrs)
		type.go#L157: 	sort.Strings(ret)

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

	net/http
		client.go#L787: 				sort.Strings(ss) // Ensure deterministic headers
		h2_bundle.go#L7484: 		sort.Strings(keys)
		transfer.go#L317: 			sort.Strings(keys)

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

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

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

	src.elv.sh/pkg/eval
		closure.go#L88: 		sort.Strings(unsupported)

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