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"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type TestCasing int
|
||||||
|
|
||||||
|
const (
|
||||||
|
caseMadnessA TestCasing = iota
|
||||||
|
caseMaDnEEsB
|
||||||
|
normalCaseExample
|
||||||
|
)
|
||||||
|
|
||||||
//go:generate jsonenums -type=ShirtSize
|
//go:generate jsonenums -type=ShirtSize
|
||||||
|
|
||||||
type ShirtSize byte
|
type ShirtSize byte
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue