1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

fix code issue in doc

This commit is contained in:
dudaodong
2022-12-15 16:38:50 +08:00
parent 2c57266f8e
commit bc6cb5f61b
2 changed files with 3 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ func main() {
s4 := strutil.CamelCase("Foo-#1😄$_%^&*(1bar")
fmt.Println(s4) //foo11Bar
}
```

View File

@@ -201,6 +201,7 @@ func main() {
s4 := strutil.CamelCase("Foo-#1😄$_%^&*(1bar")
fmt.Println(s4) //foo11Bar
}
```