Documentation ¶
Overview ¶
package builder builds a fwk-app binary from a list of go files.
builder's architecture and sources are heavily inspired from golint:
https://github.com/golang/lint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { Name string // name of resulting compiled binary Usage string // usage string displayed by compiled binary (with -help) // contains filtered or unexported fields }
Builder generates and builds fwk-based applications.
func NewBuilder ¶
NewBuilder creates a Builder from a list of file names or directories
Click to show internal directories.
Click to hide internal directories.