add go simple support
This commit is contained in:
@@ -225,7 +225,7 @@ func camelString(s string) string {
|
||||
if d == '_' {
|
||||
flag = true
|
||||
continue
|
||||
} else if flag == true {
|
||||
} else if flag {
|
||||
if d >= 'a' && d <= 'z' {
|
||||
d = d - 32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user