func sort.Strings
12 uses
sort (current package)
sort.go#L176: func Strings(x []string) { Sort(StringSlice(x)) }
encoding/pem
pem.go#L277: sort.Strings(h)
go.uber.org/zap
config.go#L305: sort.Strings(keys)
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#L793: sort.Strings(ss) // Ensure deterministic headers
h2_bundle.go#L8244: sort.Strings(keys)
transfer.go#L320: sort.Strings(keys)
net/url
url.go#L974: sort.Strings(keys)
path/filepath
match.go#L347: sort.Strings(names)
path.go#L608: sort.Strings(names)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |