Versions in this module Expand all Collapse all v1 v1.0.2 Sep 26, 2023 v1.0.1 Sep 24, 2023 v1.0.0 Aug 17, 2023 Changes in this version + var ErrNonGoBinary = xerrors.New("non go binary") + var ErrUnrecognizedExe = xerrors.New("unrecognized executable format") + func NewParser() types.Parser + type Parser struct + func (p *Parser) Parse(r dio.ReadSeekerAt) ([]types.Library, []types.Dependency, error)