Versions in this module Expand all Collapse all v2 v2.0.2 Dec 6, 2022 Changes in this version + type Builder interface + Build func() (*ssa.Info, error) + type CachedSrc struct + func (s *CachedSrc) NewReader() io.Reader + type Config struct + func (c *Config) AddBadPkg(pkg, reason string) Configurer + func (c *Config) Build() (*ssa.Info, error) + func (c *Config) Default() Configurer + func (c *Config) WithBuildLog(l io.Writer, flags int) Configurer + func (c *Config) WithPtaLog(l io.Writer, flags int) Configurer + type Configurer interface + AddBadPkg func(pkg, reason string) Configurer + Default func() Configurer + WithBuildLog func(l io.Writer, flags int) Configurer + WithPtaLog func(l io.Writer, flags int) Configurer + func FromFiles(files ...string) Configurer + func FromReader(r io.Reader) Configurer + type FileSrc struct + Files []string + func (s *FileSrc) NewReader() io.Reader + func (s *FileSrc) Reader(i int) io.Reader Other modules containing this package github.com/JorgeGCoelho/gospal