Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerImageName = "jakebailey/gobuild-static"
DockerImageName is the image name for the static builder on Docker Hub.
Functions ¶
Types ¶
type Options ¶
type Options struct { // SrcPath is the path to the Go source. This is mounted in the builder // as $GOPATH/src. SrcPath string // Packages is a list of package names to build. Packages []string // LDFlags is a string which is inserted into the Go build's ldflags arg. LDFlags string }
Options control the Go build.
Click to show internal directories.
Click to hide internal directories.