lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
82 stars 22 forks source link

Fix namify's acronyms correction #104

Closed derfenix closed 9 months ago

derfenix commented 9 months ago

Got identity, which transformed to the IDentity. This fix will transform id to ID only if the next char after id is upper-cased

lerenn commented 9 months ago

Thanks a lot for your contribution ! I'll just add a test and merge it right away :)