Documentation
¶
Index ¶
- type Builder
- func (b *Builder) Build(self string, workdir string, outFilePath string, pkgPath string, verbose bool) error
- func (b *Builder) BuildOne(workdir string, outputBaseName string, pkgPath string, verbose bool)
- func (b *Builder) Link(outFilePath string, objFileNames []string, verbose bool)
- func (b *Builder) ListDepth(workdir string, pkgPath string, w *os.File) []string
- type DependencyTree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { SrcPath string // user-land packages BbgRootSrcPath string // std packages // contains filtered or unexported fields }
type DependencyTree ¶
Click to show internal directories.
Click to hide internal directories.