package patch
import "go/types"
type basicImporter struct
// Import implements the types.Importer interface.
func (path string) (*types.Package, error)
// ImportFrom implements the types.ImporterFrom interface.
func (path, dir string, mode types.ImportMode) (*types.Package, error)