Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 455 Bytes

GoGraphviz

Package graphviz provides an easy-to-use API for visualizing graphs using Graphviz (http://graphviz.org). It can generate graph descriptions in DOT language which can be made into a picture using various Graphviz tools such as dot, neato, ...

See documentation on godoc.org.

See examples folder for usage examples.