Add test struct to verify naming works as expected

This commit is contained in:
BenTrapani 2016-07-29 15:31:29 -04:00
parent 8ec93328be
commit 28b78f4481
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@ import (
"strings"
)
type TestCasing int
const (
caseMadnessA TestCasing = iota
caseMaDnEEsB
normalCaseExample
)
//go:generate jsonenums -type=ShirtSize
type ShirtSize byte