Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentResolver ¶
type IdentResolver struct { PackageResolver resolver.PackageResolver // contains filtered or unexported fields }
IdentResolver is a simple ident resolver that parses the imports block of the file and resolves qualified identifiers using resolved package names. It is not possible to resolve identifiers in dot-imported packages without the full export data of the imported package, so this resolver will return an error if it encounters a dot-import. See gotypes.IdentResolver for a dot-imports capable ident resolver.
Click to show internal directories.
Click to hide internal directories.