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

fix: format-able spec #237

Closed nickchen closed 2 weeks ago

nickchen commented 2 weeks ago

Description

Couple of fixes for non-standard asyncapi spec, mainly https://demo.dxfeed.com/dxlink-ws/debug/assets/asyncapi-12629c76.yml.

lerenn commented 2 weeks ago

Hello again @nickchen and thanks for this PR too.

Once again, looks good, so I'll just merge it :)

lerenn commented 2 weeks ago

I just merged main in it because there was a conflict around a break line (sigh) and it triggered the linter because I used the Github editor and couldn't run the linter there (double sigh), so I corrected it. So don't be surprised by the two last commits :D