package gcimporter
Import Path
go/internal/gcimporter (on golang.org and go.dev)
Dependency Relation
imports 16 packages, and imported by one package
Involved Source Files
exportdata.go
d-> gcimporter.go
iimport.go
support.go
Exported Type Names
(none)
Exported Values
func
FindExportData(r *
bufio.
Reader) (hdr
string, err
error)
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".
func
FindPkg(path, srcDir
string) (filename, id
string)
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.
If no file was found, an empty filename is returned.
 |
The pages are generated with Golds v0.1.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project and developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |