Spew - I am missing something

Spew.Dump() looks like it is exactly what I want but I am missing something when I read the docs. Please point me in the right direction - I don’t need (I hope) specific instructions just which functions or possibly configuration I should look at.

Questions

  1. How to I supress the printing of the variable type?
  2. How do I suppress the printing of the len and or the capacity?
  3. How do I get the fully qualified name of a variable in a nested structure?

I want to do this for printing and documentation purposes but I also want to do this to generate sql statements with the fully qualified name. I tried to use reflect for this but could not get it to work.