https://github.com/dnephin/goimportgraph
Generate a .dot file from a go package import graph
https://github.com/dnephin/goimportgraph
Last synced: 24 days ago
JSON representation
Generate a .dot file from a go package import graph
- Host: GitHub
- URL: https://github.com/dnephin/goimportgraph
- Owner: dnephin
- Created: 2015-12-10T01:35:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T20:52:26.000Z (over 9 years ago)
- Last Synced: 2025-03-25T14:21:44.785Z (about 1 month ago)
- Language: Go
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Go Import Graph
===============Generate a ``.dot`` file from a go package import graph.
Install
-------.. code::
go get github.com/dnephin/goimportgraph
Example Usage
-------------.. code::
goimportgraph github.com/dnephin/goimportgraph > graph.dot
dot -Tsvg -ograph.svg graph.dot