func strings.ToUpper

2 uses

	strings (current package)
		strings.go#L633: func ToUpper(s string) string {

	github.com/coinbase/cdp-sdk/go
		cdp.go#L54: 		method := strings.ToUpper(req.Method)