CLI and tooling
The gova CLI
Install the gova binary for dev, build, and run workflows.
gova is a small developer tool that wraps the Go toolchain with a workflow
oriented around Gova apps. It is not required to ship a Gova application,
but it is the fastest way to iterate during development.
Install
This places the gova binary in $GOBIN (typically ~/go/bin). Make sure
that directory is on your PATH.
Subcommands
All three build commands accept a package path. The default is . (the
current directory). Arguments after -- are forwarded to the compiled
binary.
Run gova <command> --help for the flags that a specific subcommand
accepts.