package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

FindExportData positions the reader r at the beginning of the export data section of an underlying GC-created object/archive file by reading from it.
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).
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.
ImportData imports a package from the serialized package data and returns the number of bytes consumed and a reference to the package.
No description provided by the author