bradleyjkemp / memviz

Visualize your Go data structures using graphviz
MIT License
1.3k stars 51 forks source link

Full basic coverage #26

Open bradleyjkemp opened 6 years ago

bradleyjkemp commented 6 years ago

TestBasicTypes should include a field that tests all possible inlined and non-inlined renderers e.g. should have both an int field and an *int field (and the same for string/uint/etc.)

This won't test interactions between the different types but at least gives a basic overview of all the different simple types.

dergluck commented 5 years ago

Hi, PR raised