goadesign / goa

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

Treat nested paths for struct:pkg:path Meta #3469

Closed tchssk closed 7 months ago

tchssk commented 7 months ago

https://github.com/goadesign/goa/issues/3361

3361 has two issues:

  1. Unneeded package name prefix for a qualified identifier (e.g. payloads.Associations)
  2. Missing imports (e.g. data)

This pull request only fixes the first issue.

raphael commented 7 months ago

This is great, thank you. And I finally managed to fix the DeepSource action...