Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(ctx *PackedContext, filename string, underlying types.ImporterFrom) types.ImporterFrom
Types ¶
type PackedContext ¶
type PackedContext struct {
GOARCH string
GOOS string
GOROOT string
GOPATH string
CgoEnabled bool
UseAllFiles bool
Compiler string
BuildTags []string
ReleaseTags []string
InstallSuffix string
}
PackedContext is a copy of build.Context without the func fields.
TODO(mdempsky): Not sure this belongs here.
func PackContext ¶
func PackContext(ctx *build.Context) PackedContext
Click to show internal directories.
Click to hide internal directories.