Skip to content

Commit

Permalink
Merge pull request #38 from whilei/gofmt-2018-Jun-16-17-08
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu authored Jun 16, 2018
2 parents 2bf18b2 + 2d0fcee commit 7bb0250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func ToCamelCase(str string) string {
if len(str) == 0 {
return buf.String()
}

r0 = unicode.ToUpper(r0)

for len(str) > 0 {
Expand Down

0 comments on commit 7bb0250

Please sign in to comment.