Exported and non exported support.
breaking changes!!
Now, by default only public symbols are exported. If you want to include non exported symbols use --nonexported switch.
This is still very much experimental. All templates has been updated to support this case. Added a template config property called Private and on each goparser struct an Exported field to denote if the symbol is exported or not.