Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnrecognizedExe = utils.Error("unrecognized executable format") ErrNonGoBinary = utils.Error("non go binary") )
Functions ¶
Types ¶
type Parser ¶
type Parser struct{}
func (*Parser) Parse ¶
func (p *Parser) Parse(fs fi.FileSystem, r types.ReadSeekerAt) ([]types.Library, []types.Dependency, error)
Parse scans file to try to report the Go and module versions.
Click to show internal directories.
Click to hide internal directories.