# Functions
FindPkg returns the filename and unique package id for an import path based on package information provided by build.Import (using the build.Default build.Context).
No description provided by the author
IImportData imports a package from the serialized package data and returns the number of bytes consumed and a reference to the package.
Import imports a gc-generated package given its import path and srcDir, adds the corresponding package object to the packages map, and returns the object.