package gcimporter

Import Path
	go/internal/gcimporter (on go.dev)

Dependency Relation
	imports 12 packages, and imported by one package

Involved Source Files Package gcimporter implements Import for gc-generated object files. support.go ureader.go
Package-Level Functions (only one)
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.