Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOpts ¶
type BuildOpts struct {
// Binary is the gno binary to build. Empty defaults to "gnoland".
// Other accepted value: "gpao".
Binary string
GOOS string // target OS. Empty = runtime.GOOS.
GOARCH string // target arch. Empty = runtime.GOARCH.
OutDir string // output directory for the binary. Caller owns cleanup.
}
BuildOpts configures a gno binary build.
type LocalBuilder ¶
type LocalBuilder struct{}
LocalBuilder builds gnoland from the local gno checkout.
func NewLocalBuilder ¶
func NewLocalBuilder() *LocalBuilder
NewLocalBuilder creates a builder that builds from the local gno checkout.
Click to show internal directories.
Click to hide internal directories.