# Packages
No description provided by the author
# Functions
GetBuilder returns the Build function for the named build mode.
# Structs
BBBuilder is an implementation of Builder that compiles many Go commands into one busybox-style binary.
BinaryBuilder builds each Go command as a separate binary.
Opts are options passed to the Builder.Build function.
SourceBuilder includes full source for Go commands in the initramfs.
# Interfaces
Builder builds Go packages and adds the binaries to an initramfs.