package importer
import "go/importer"
Package importer provides access to export data importers.
Index ¶
Functions ¶
func Default ¶
Default returns an Importer for the compiler that built the running binary.
func For ¶
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.
Types ¶
type Lookup ¶
type Lookup func(path string) (io.ReadCloser, error)
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 ¶
- Version
- v1.6.0-beta.1
- Published
- Dec 17, 2015
- Platform
- darwin/amd64
- Imports
- 5 packages
- Last checked
- 9 seconds ago –
Tools for package owners.