mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
chore: update code format. (#628)
This commit is contained in:
@@ -164,6 +164,7 @@ func CamelCase(s string) string {
|
||||
}
|
||||
return string(t)
|
||||
}
|
||||
|
||||
func isASCIILower(c byte) bool {
|
||||
return 'a' <= c && c <= 'z'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user