func sort.Strings

5 uses

	sort (current package)
		sort.go#L176: func Strings(x []string) { stringsImpl(x) }

	github.com/oapi-codegen/runtime
		deepobject.go#L41: 		sort.Strings(keys)
		deepobject.go#L369: 	sort.Strings(keys)
		styleparam.go#L181: 	sort.Strings(keys)

	net/http
		h2_bundle.go#L8358: 		sort.Strings(keys)