func strings.ToUpper
6 uses
strings (current package)
strings.go#L550: func ToUpper(s string) string {
cloud.google.com/go/storage
storage.go#L485: opts.Method = strings.ToUpper(opts.Method)
github.com/aws/aws-sdk-go/private/protocol/query/queryutil
queryutil.go#L99: name = strings.ToUpper(name[0:1]) + name[1:]
github.com/jackc/pgx/v4/stdlib
sql.go#L453: return strings.ToUpper(dt.Name)
github.com/prometheus/common/expfmt
text_parse.go#L507: metricType, ok := dto.MetricType_value[strings.ToUpper(p.currentToken.String())]
golang.org/x/pkgsite/internal/worker
pages.go#L211: return strings.ToUpper(e[:1]) + e[1:]
![]() |
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. |