mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-09 08:00:00 +08:00
reactor sql generation
This commit is contained in:
@@ -87,7 +87,7 @@ func (s String) LowerStart() string {
|
||||
if !unicode.IsUpper(r) && !unicode.IsLower(r) {
|
||||
return s.source
|
||||
}
|
||||
return string(r) + s.source[1:]
|
||||
return string(unicode.ToLower(r)) + s.source[1:]
|
||||
}
|
||||
|
||||
// it will not ignore spaces
|
||||
|
||||
Reference in New Issue
Block a user