func strings.Title
6 uses
strings (current package)
strings.go#L710: func Title(s string) string {
github.com/google/safehtml/template
context.go#L148: return "element" + strings.Title(e.name)
context.go#L182: return "attr" + strings.Title(a.name)
golang.org/x/pkgsite/internal/frontend
styleguide.go#L220: o = append(o, strings.Title(v))
golang.org/x/pkgsite/internal/godoc/dochtml
dochtml.go#L405: suffix := strings.Title(ex.Suffix)
dochtml.go#L456: Label: strings.Title(strings.ToLower(marker)),
![]() |
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. |