enumer/testdata
Gert-Jan Timmer 78452a952a Add Transformers
- snake-upper
- kebab-upper
- lower (Lowercase)
- upper (Uppercase)
- title (TitleCase)
- first (Use first character of string)
- first-lower (same as first only lower case)
- first-upper (same as first only upper case)
2019-01-17 13:07:52 +01:00
..
cgo.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
day.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
gap.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
num.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
number.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
prime.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
transform_first.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_first_lower.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_first_upper.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_kebab.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_kebab_upper.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_lower.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_snake.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_snake_upper.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_title.go Add Transformers 2019-01-17 13:07:52 +01:00
transform_upper.go Add Transformers 2019-01-17 13:07:52 +01:00
unum.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00
unum2.go Added a method to the generated code to get the enum value from the string name. Fixed all tests. 2015-12-29 13:14:54 +00:00