Versions in this module Expand all Collapse all v0 v0.0.1 Nov 4, 2024 Changes in this version + var ErrEmptyFile = errors.New("file is empty") + type Parser struct + Importer types.Importer + func (p *Parser) Parse(srcPath string, files []models.Path) (*Result, error) + type Result struct + Funcs []*models.Function + Header *models.Header