func bytes.EqualFold
5 uses
bytes (current package)
bytes.go#L1037: func EqualFold(s, t []byte) bool {
encoding/json
fold.go#L38: return bytes.EqualFold
github.com/ghodss/yaml
fields.go#L361: return bytes.EqualFold
github.com/google/safehtml/template
transition.go#L225: if len(tag) <= len(s) && bytes.EqualFold(tag, s[:len(tag)]) {
html/template
transition.go#L233: if len(tag) <= len(s) && bytes.EqualFold(tag, s[:len(tag)]) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |