func strings.EqualFold
12 uses
strings (current package)
strings.go#L1111: func EqualFold(s, t string) bool {
crypto/x509
verify.go#L402: return mailbox.local == constraintMailbox.local && strings.EqualFold(mailbox.domain, constraintMailbox.domain), nil
verify.go#L488: if !strings.EqualFold(constraintLabel, domainLabels[i]) {
mime
encodedword.go#L181: return strings.EqualFold(charset, "UTF-8")
encodedword.go#L317: case strings.EqualFold("utf-8", charset):
encodedword.go#L319: case strings.EqualFold("iso-8859-1", charset):
encodedword.go#L323: case strings.EqualFold("us-ascii", charset):
mime/multipart
multipart.go#L161: if strings.EqualFold(bp.Header.Get(cte), "quoted-printable") {
nhooyr.io/websocket
accept.go#L217: if strings.EqualFold(r.Host, u.Host) {
accept.go#L244: if strings.EqualFold(sp, cp) {
accept.go#L296: if strings.EqualFold(t, token) {
dial.go#L260: if strings.EqualFold(sp2, proto) {
|
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. |