Categorygithub.com/larryr/tools
modulepackage
0.0.0-20240308115816-b2cc34b75447
Repository: https://github.com/larryr/tools.git
Documentation: pkg.go.dev

# README

tools

Install all tools with:

go install github.com/larryr/tools/cmd/...@latest

gopuml

generate PlantUML diagram for a set of go files.

modgrphviz

generate Grapghviz DOT language from go mod graph output

# Packages

No description provided by the author
package gopuml generates PlantUml http://plantuml.com/ Class diagrams for your golang projects The main structure is the ClassParser which you can generate by calling the NewClassDiagram(dir) function.
No description provided by the author