# Functions
Find returns the name of an object (.o) or archive (.a) file containing type information for the specified import path, using the go command.
NewImporter returns a new instance of the types.Importer interface that reads type information from export data files written by gc.
NewReader returns a reader for the export data section of an object (.o) or archive (.a) file read from r.
Read reads export data from in, decodes it, and returns type information for the package.
ReadBundle reads an export bundle from in, decodes it, and returns type information for the packages.
Write writes encoded type information for the specified package to out.
WriteBundle writes encoded type information for the specified packages to out.