jmalloc / modgraph

Graph inter-package dependencies within a single Go module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 97.7%Language:Makefile 2.3%