Skip to content

Exported and non exported support.

Compare
Choose a tag to compare
@mariotoffia mariotoffia released this 21 Oct 21:56
· 113 commits to master since this release

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.