func golang.org/x/text/cases.title
8 uses
golang.org/x/text/cases (current package)
context.go#L276: func title(c *context) bool {
map.go#L92: {title, lower, isTitle, nil}, // und
map.go#L93: {title, lower, isTitle, afnlRewrite}, // af
map.go#L94: {aztrUpper(title), aztrLower, isTitle, nil}, // az
map.go#L95: {title, lower, isTitle, nil}, // el
map.go#L96: {ltUpper(title), ltLower, noSpan, nil}, // lt
map.go#L98: {aztrUpper(title), aztrLower, isTitle, nil}, // tr
map.go#L780: return title(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. |