Documentation ¶
Index ¶
- func Context(fsys fs.FS) *build.Context
- func ImportFromExportData(config *Config, path string) (*types.Package, error)
- func ImportFromVendor(parent types.Importer, config *Config, p string) (*types.Package, error)
- func Importer(config *Config) types.Importer
- func ParseDir(config *Config, dir string, mode parser.Mode) (map[string][]*ast.File, error)
- func ParseFile(config *Config, filename string, mode parser.Mode) (*ast.File, error)
- type Config
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportFromExportData ¶
func ImportFromVendor ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.