Bug 465145 - Add language support for Golang (Go)
Summary: Add language support for Golang (Go)
Status: REPORTED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-01 20:26 UTC by Daniel Santos
Modified: 2023-02-01 20:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Santos 2023-02-01 20:26:14 UTC
Well here goes. I really hate working with Go, but I'm forced to right now. Having a good UML tool with reverse-engineering or round trip would be helpful for large, complex projects -- that should be done in a real OO language anyway, but sometimes bosses don't listen very well.

I'm working on adding updating goplantuml to support generics so I have at least something, but a support in a real UML tool would be better.

On the up side, at least Go has very nice access to it's parser so you can let it do the dirty work and then just walk through it's parse tree.