Add special cases for 'jwt' and 'crud'
This commit is contained in:
parent
8e0208dec2
commit
862bcd5164
@ -242,6 +242,10 @@ func TransformNameGo(s string) string {
|
||||
out += "URL"
|
||||
case "nsfw":
|
||||
out += "NSFW"
|
||||
case "jwt":
|
||||
out += "JWT"
|
||||
case "crud":
|
||||
out += "CRUD"
|
||||
default:
|
||||
if len(segment) == 0 {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user