- Notifications
You must be signed in to change notification settings - Fork50
Visualize your Go data structures using graphviz
License
NotificationsYou must be signed in to change notification settings
bradleyjkemp/memviz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How would you rather debug a data structure?
memviz
takes a pointer to an arbitrary data structure and generates output that can be used to generate an easy tounderstand diagram usinggraphviz.
To generate a diagram, first you will need to install graphviz on your system following the instructionshere.
Next, usememviz.Map(out, &data)
to generate a graphvizdot file andthen pipe the output into graphviz.
For examples of how to usememviz
, see the code sample in theexamplefolder and the tests inmemviz_test.go.
About
Visualize your Go data structures using graphviz
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published