Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
func
(s String) Lower() string {
37
return
strings.ToLower(s.source)
38
}
39
40
// Upper calls the strings.ToUpper
41
func
(s String) Upper() string {
Callers
1
ToSnake
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected