How can I visualize how types depend on one another in a complex golang app ? Is there a way I can generate a UML/ER dependency diagram ?
There are some well known ways to generate call graphs, but I haven't seen a way to generate "Type" graphs.
detail
I'm actually looking at a swagger based REST Api definition, so, if there are ways to use swagger to generate type data, that also might be valuable.