Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.15 KB

govisual

Visualising Dependencies in Golang Projects

math/rand

crypto/rand

crypto/rand

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

Found an Issue?

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.

Want a Feature?

You can request a new feature by submitting an issue to our [GitHub Repository][github].

Related projects

godepgraph Exports a Graphviz dot format.

All credits go to Dave Cheney, read his post