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
78 stars 21 forks source link

fix: parse and generate map type correctly #168

Closed lerenn closed 3 months ago

lerenn commented 3 months ago

This PR fixes the parsing and code generation for map type.