Documentation
¶
Overview ¶
Package importer provides access to export data importers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultContext ¶
DefaultContext, returns a copy of the default build.Context with updated GOROOT and GOPATH fields.
func For ¶
For returns an Importer for the given compiler. Supported compilers are "gc", and "gccgo"
func IsNotFound ¶
IsNotFound returns if err is a gcimporter.NotFoundError.
Types ¶
Directories
¶
Path | Synopsis |
---|---|
internal
|
|
exact
Package exact implements Values representing untyped Go constants and the corresponding operations.
|
Package exact implements Values representing untyped Go constants and the corresponding operations. |
gccgoimporter
Package gccgoimporter implements Import for gccgo-generated object files.
|
Package gccgoimporter implements Import for gccgo-generated object files. |
gcimporter
Package gcimporter implements Import for gc-generated object files.
|
Package gcimporter implements Import for gc-generated object files. |
gcimporter15
Package gcimporter implements Import for gc-generated object files.
|
Package gcimporter implements Import for gc-generated object files. |
importer
package importer implements an exporter and importer for Go export data.
|
package importer implements an exporter and importer for Go export data. |
types
Package types declares the data types and implements the algorithms for type-checking of Go packages.
|
Package types declares the data types and implements the algorithms for type-checking of Go packages. |
types/typeutil
Package typeutil defines various utilities for types, such as Map, a mapping from types.Type to interface{} values.
|
Package typeutil defines various utilities for types, such as Map, a mapping from types.Type to interface{} values. |
Click to show internal directories.
Click to hide internal directories.