func golang.org/x/text/cases.lower
12 uses
golang.org/x/text/cases (current package)
context.go#L193: func lower(c *context) bool {
map.go#L92: {title, lower, isTitle, nil}, // und
map.go#L93: {title, lower, isTitle, afnlRewrite}, // af
map.go#L95: {title, lower, isTitle, nil}, // el
map.go#L97: {nlTitle, lower, nlTitleSpan, afnlRewrite}, // nl
map.go#L185: for c.next() && lower(&c) {
map.go#L240: if !lower(&c) {
map.go#L254: if !lower(&c) {
map.go#L590: lower(c)
map.go#L615: lower(c)
map.go#L618: return lower(c)
map.go#L738: return lower(c)
 |
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. |