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
91 stars 23 forks source link

fix: let user in charge of acronyms #112

Closed lerenn closed 9 months ago

lerenn commented 9 months ago

Listing all acronyms being a difficult task, it's better to let users specify their acronyms. So the new code won't put in lower case when there is several letters in upper case.