func strings.EqualFold
11 uses
strings (current package)
strings.go#L1187: func EqualFold(s, t string) bool {
github.com/coder/websocket
accept.go#L239: if strings.EqualFold(r.Host, u.Host) {
accept.go#L270: if strings.EqualFold(sp, cp) {
accept.go#L322: if strings.EqualFold(t, token) {
dial.go#L277: if strings.EqualFold(sp2, proto) {
github.com/klauspost/compress/zstd
encoder_options.go#L194: if strings.EqualFold(s, l.String()) {
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") {
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |