Visualising Dependencies in Golang Projects
Usage
$GOPATH/bin/govisual
The various visualisations are registred as top level handlers.
Here are some examples:
http://localhost:8080/tree/io
http://localhost:8080/radial/math/rand
http://localhost:8080/forcegraph/fmt
http://localhost:8080/chord/cmd/go
If you find a bug in the source code, you can help us by submitting an issue to our [GitHub Repository][github]. Even better you can submit a Pull Request with a fix.
You can request a new feature by submitting an issue to our [GitHub Repository][github].
godepgraph Exports a Graphviz dot format.
All credits go to Dave Cheney, read his post