Add special cases for 'jwt' and 'crud'
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user