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: capitalize letters following a non-alphanumeric character #113

Closed lerenn closed 9 months ago

lerenn commented 9 months ago

With the precedent fix, the letters following non-alphanumeric characters were not capitalized. It should fix it.