Documentation ¶
Overview ¶
Package build is for building source into a package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build interface { // Package builds a package Package(name string, src *Source) (*Package, error) // Remove removes the package Remove(*Package) error }
Build is an interface for building packages
Click to show internal directories.
Click to hide internal directories.