Discover Packages
github.com/leizton/golang
src
go
importer
package
Version:
v0.0.0-...-0140545
Opens a new window with list of versions in this module.
Published: Jul 11, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package importer provides access to export data importers.
Default returns an Importer for the compiler that built the running binary.
For returns an Importer for the given compiler and lookup interface,
or nil. Supported compilers are "gc", and "gccgo". If lookup is nil,
the default package lookup mechanism for the given compiler is used.
A Lookup function returns a reader to access package data for
a given import path, or an error if no matching package is found.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.