go-fuego / fuego

Golang Fuego - web framework generating OpenAPI 3 spec from source code
https://go-fuego.github.io/fuego/
MIT License
924 stars 47 forks source link

fixed wrong schema generation when using embedded struct #206

Closed mrguamos closed 1 month ago

mrguamos commented 1 month ago

fixes #195

mrguamos commented 1 month ago

Thank you very much ! Is it possible to add a quick test case to make sure it doesn't happen in the future?

I added a test case. can you check?

EwenQuim commented 1 month ago

Thank you very much!