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 their export data, so this resolver will panic if it encounters a dot-import.
Click to show internal directories.
Click to hide internal directories.