Can we have an option to group packages by their Go module?
Meaning all packages inside a Go module be combined into one rectangle/node.
Including sub-packages of current module (root of the tree).
So that the nodes are modules, not packages.
Because that's what we generally mean by "dependency".
Once your module depends on a package from another module, your module depends on that module.
Can we have an option to group packages by their Go module? Meaning all packages inside a Go module be combined into one rectangle/node. Including sub-packages of current module (root of the tree). So that the nodes are modules, not packages.
Because that's what we generally mean by "dependency". Once your module depends on a package from another module, your module depends on that module.