Skip to content

Commit

Permalink
doc: explains goXxxx cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 12, 2021
1 parent f6f4bd2 commit 3957c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -11,10 +11,10 @@ Supported string casing:
- `pascal`
- `kebab`
- `snake`
- `goCamel`
- `goPascal`
- `goKebab`
- `goSnake`
- `goCamel` Respects Go's common initialisms (e.g. HttpResponse -> HTTPResponse).
- `goPascal` Respects Go's common initialisms (e.g. HttpResponse -> HTTPResponse).
- `goKebab` Respects Go's common initialisms (e.g. HttpResponse -> HTTPResponse).
- `goSnake` Respects Go's common initialisms (e.g. HttpResponse -> HTTPResponse).
- `upper`
- `lower`

Expand Down

0 comments on commit 3957c09

Please sign in to comment.