Add test struct to verify naming works as expected
This commit is contained in:
parent
8ec93328be
commit
28b78f4481
@ -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…
Reference in New Issue
Block a user