Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GooseConfig ¶
type GooseConfig struct {
// Path to directory with go.mod
//
// If not set, search for a unique go.mod file.
GoPath string `toml:"go_path"`
// Packages to translate. Defaults to [./...].
PkgPatterns []string `toml:"packages"`
// Root output directory for Rocq code. Defaults to "src".
RocqRoot string `toml:"rocq"`
}
GooseConfig defines the format for the goose.toml file that defines a translation config.
Click to show internal directories.
Click to hide internal directories.