Versions in this module Expand all Collapse all v0 v0.3.5 Feb 3, 2022 Changes in this version + func Run(pkgPath string, opts *ParserGoPkgOpts) error + func RunRecursive(pkgPath string, opts *ParserGoPkgOpts) error + type ParserGo struct + NoOptimizeStatic bool + OutDir string + OutFile string + PackageName string + StructType string + TinyGo bool + func (p *ParserGo) Parse(r io.Reader, fname string) error + type ParserGoPkg struct + func NewParserGoPkg(pkgPath string, opts *ParserGoPkgOpts) *ParserGoPkg + func (p *ParserGoPkg) Opts() ParserGoPkgOpts + func (p *ParserGoPkg) Run() error + type ParserGoPkgOpts struct + GoFileNameAppend *string + MergeSingle bool + MergeSingleName string + SkipGoMod bool + SkipMainGo bool + TinyGo bool