MCPcopy Create free account
hub / github.com/zeromicro/go-zero / Lower

Method Lower

tools/goctl/util/stringx/string.go:36–38  ·  view source on GitHub ↗

Lower calls the strings.ToLower

()

Source from the content-addressed store, hash-verified

34
35// Lower calls the strings.ToLower
36func (s String) Lower() string {
37 return strings.ToLower(s.source)
38}
39
40// Upper calls the strings.ToUpper
41func (s String) Upper() string {

Callers 1

ToSnakeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected