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