goadesign / goa

🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
https://goa.design
MIT License
5.69k stars 560 forks source link

Fix embedded explicit view #3567

Closed raphael closed 3 months ago

raphael commented 3 months ago

Project explicit views during finalization. This fixes issues with result types embedded in user types that declared inline in method results.

Fix #3562