Documentation
¶
Index ¶
Constants ¶
View Source
const EmptyPackage = "empty package"
Variables ¶
View Source
var Cmd = &base.Command{
UsageLine: "ixgo export [flags] [package]",
Short: "export Go package to ixgo builtin package",
}
Cmd - ixgo build
Functions ¶
func ExportPkgs ¶
Types ¶
type Package ¶
type Package struct {
Name string
Path string
Deps []string
NamedTypes []string
Interfaces []string
AliasTypes []string
Vars []string
Funcs []string
Consts []string
TypedConsts []string
UntypedConsts []string
Links []string
Alias []string
Source string
TypesData []byte
// contains filtered or unexported fields
}
type Program ¶
type Program struct {
// contains filtered or unexported fields
}
func NewProgram ¶
func (*Program) DumpExport ¶
func (*Program) ExportSource ¶
func (p *Program) ExportSource(e *Package, info *loader.PackageInfo) error
Click to show internal directories.
Click to hide internal directories.