const github.com/ghodss/yaml.caseMask
8 uses
github.com/ghodss/yaml (current package)
fields.go#L336: caseMask = ^byte(0x20) // Mask to ignore case in ASCII.
fields.go#L363: upper := b & caseMask
fields.go#L392: sbUpper := sb & caseMask
fields.go#L394: if sbUpper != tb&caseMask {
fields.go#L442: if sb&caseMask != tb&caseMask {
fields.go#L461: if b&caseMask != t[i]&caseMask {
![]() |
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. |