package gcimporter
Import Path
go/internal/gcimporter (on go.dev)
Dependency Relation
imports 22 packages, and imported by one package
Involved Source Files
exportdata.go
Package gcimporter implements Import for gc-generated object files.
iimport.go
support.go
ureader.go
Package-Level Functions (total 3)
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. The reader must be positioned at the
start of the file before calling this function. The hdr result
is the string before the export data, either "$$" or "$$B".
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). A relative srcDir is interpreted
relative to the current working directory.
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.
The packages map must contain all packages already imported.
The pages are generated with Golds v0.7.0-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |