func sort.Strings

92 uses

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

	cloud.google.com/go/storage
		storage.go#L395: 	sort.Strings(sanitizedHeaders)
		storage.go#L570: 	sort.Strings(headerNames)
		storage.go#L677: 	sort.Strings(headersKeys)

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L443: 	sort.Strings(labelValues)

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

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

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

	github.com/aws/aws-sdk-go/aws/signer/v4
		v4.go#L334: 		sort.Strings(ctx.Query[key])
		v4.go#L628: 	sort.Strings(headers)

	github.com/aws/aws-sdk-go/internal/ini
		visitor.go#L120: 	sort.Strings(keys)

	github.com/aws/aws-sdk-go/private/protocol/query/queryutil
		queryutil.go#L173: 	sort.Strings(mapKeyNames)

	github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
		build.go#L244: 	sort.Strings(keys)
		xml_to_struct.go#L142: 		sort.Strings(sortedNames)

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L372: 			sort.Strings(exports) // Sort for determinism
		linker.go#L1340: 			sort.Strings(aliases)
		linker.go#L2844: 	sort.Strings(sortedKeys)
		linker.go#L3828: 			sort.Strings(aliases) // Sort for determinism
		linker.go#L3968: 		sort.Strings(commentList)

	github.com/evanw/esbuild/internal/fs
		fs_real.go#L163: 		sort.Strings(names)
		fs_real.go#L408: 				sort.Strings(names)

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11902: 						sort.Strings(sorted)
		js_parser.go#L13047: 		sort.Strings(keys)

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L448: 	sort.Strings(definesToInject)
		serve_other.go#L382: 	sort.Strings(strings)
		serve_other.go#L392: 	sort.Strings(strings)

	github.com/go-git/go-billy/v5/util
		glob.go#L78: 	sort.Strings(names)

	github.com/go-git/go-git/v5/config
		config.go#L425: 	sort.Strings(remoteNames)
		config.go#L467: 	sort.Strings(branchNames)

	github.com/go-git/go-git/v5/plumbing/protocol/packp
		advrefs.go#L143: 	sort.Strings(refNames)
		advrefs_encode.go#L59: 		sort.Strings(refs)
		advrefs_encode.go#L168: 	sort.Strings(ret)

	github.com/google/pprof/profile
		encode.go#L44: 		sort.Strings(keys)
		encode.go#L60: 		sort.Strings(numKeys)
		merge.go#L204: 	sort.Strings(labels)
		merge.go#L210: 	sort.Strings(numlabels)
		profile.go#L514: 		sort.Strings(units)
		profile.go#L653: 	sort.Strings(ls)
		profile.go#L675: 	sort.Strings(ls)

	github.com/lib/pq
		url.go#L74: 	sort.Strings(kvs) // Makes testing easier (not a performance concern)

	github.com/Masterminds/squirrel
		expr.go#L409: 	sort.Strings(sortedKeys)
		insert.go#L267: 	sort.Strings(cols)
		update.go#L214: 	sort.Strings(keys)

	github.com/prometheus/client_golang/prometheus
		desc.go#L103: 	sort.Strings(labelNames)
		desc.go#L137: 	sort.Strings(labelNames)

	github.com/prometheus/client_golang/prometheus/internal
		metric.go#L79: 	sort.Strings(names)

	github.com/prometheus/common/model
		labelset.go#L138: 	sort.Strings(lstrs)
		metric.go#L73: 		sort.Strings(labelStrings)
		signature.go#L42: 	sort.Strings(labelNames)

	github.com/prometheus/procfs
		net_dev.go#L201: 	sort.Strings(names)

	go.opencensus.io/resource
		resource.go#L48: 	sort.Strings(sortedKeys)

	go.opencensus.io/zpages
		tracez.go#L270: 		sort.Strings(keys)

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

	go/build
		build.go#L970: 	sort.Strings(p.AllTags)
		build.go#L985: 		sort.Strings(p.SFiles)
		build.go#L988: 		sort.Strings(p.IgnoredOtherFiles)
		build.go#L1030: 	sort.Strings(out)
		build.go#L1444: 	sort.Strings(all)

	go/doc
		reader.go#L585: 	sort.Strings(r.filenames)
		reader.go#L756: 	sort.Strings(list)

	golang.org/x/crypto/ssh
		certs.go#L111: 	sort.Strings(keys)

	golang.org/x/net/http2
		transport.go#L981: 		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/pkgsite/internal/fetch
		load.go#L197: 	sort.Strings(names)

	golang.org/x/pkgsite/internal/frontend
		license.go#L99: 	sort.Strings(paths)
		symbol.go#L169: 				sort.Strings(s.Builds)
		versions.go#L221: 	sort.Strings(details.OtherModules)

	golang.org/x/pkgsite/internal/godoc/codec
		generate.go#L165: 	sort.Strings(imports)

	golang.org/x/pkgsite/internal/godoc/internal/doc
		reader.go#L589: 	sort.Strings(r.filenames)
		reader.go#L760: 	sort.Strings(list)

	golang.org/x/pkgsite/internal/licenses
		licenses.go#L557: 	sort.Strings(s)

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L341: 		sort.Strings(u.Imports)
		search.go#L504: 	sort.Strings(r)
		search.go#L1001: 	sort.Strings(subPaths)
		symbol.go#L244: 	sort.Strings(paths)
		symbol.go#L338: 	sort.Strings(names)

	golang.org/x/pkgsite/internal/symbol
		compare.go#L121: 	sort.Strings(errors)

	golang.org/x/pkgsite/internal/worker
		fetch.go#L400: 	sort.Strings(times)

	golang.org/x/text/internal/language
		compose.go#L28: 		sort.Strings(b.extensions)

	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)

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