Add test struct to verify naming works as expected
This commit is contained in:
		
							parent
							
								
									8ec93328be
								
							
						
					
					
						commit
						28b78f4481
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -12,6 +12,14 @@ import ( | |||
| 	"strings" | ||||
| ) | ||||
| 
 | ||||
| type TestCasing int | ||||
| 
 | ||||
| const ( | ||||
| 	caseMadnessA TestCasing = iota | ||||
| 	caseMaDnEEsB | ||||
| 	normalCaseExample | ||||
| ) | ||||
| 
 | ||||
| //go:generate jsonenums -type=ShirtSize | ||||
| 
 | ||||
| type ShirtSize byte | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenTrapani
						BenTrapani