Skip to content

jmalloc/modgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modgraph

Produce graphviz diagrams of import relationships between packages within a single Go module.

Installation

GO111MODULE=off go get -u github.com/jmalloc/modgraph/...

Usage

cd /path/to/module
modgraph | dot -Tpng -o /tmp/graph.png

About

Graph inter-package dependencies within a single Go module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published