Documentation ¶ Index ¶ func NewBuilder() *realBuilder type Builder Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewBuilder ¶ func NewBuilder() *realBuilder Types ¶ type Builder ¶ type Builder interface { // runs the docker command Docker(args ...string) error // runs Go Build with the given options GoBuild(options util.GoCmdOptions) error } Builder is responsible for building go binaries and docker images Source Files ¶ View all Source files builder.go Click to show internal directories. Click to hide internal directories.