jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.77k stars 166 forks source link

Enhancement: add option to ignore mocks #163

Open scriptdealer opened 7 months ago

scriptdealer commented 7 months ago

It would be great to output only main logic, skipping _test.go and _mock.go, i.e -nomocks, or something

scriptdealer commented 7 months ago

Oh, and also, it would be nice to see imports of third-party packages (just list them as names, i.e. `github.com/uber/zap')