forked from loafle/openapi-generator-original
Previously if the type was "myEnum" it would be written as ``` type myEnum string const ( DEMO MyEnum = "DEMO" ) ``` which would fail because of the capitalization difference. This fixes that.
Previously if the type was "myEnum" it would be written as ``` type myEnum string const ( DEMO MyEnum = "DEMO" ) ``` which would fail because of the capitalization difference. This fixes that.