Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct {
// Root is the root directory to start searching for Go packages.
Root string
// GoExecPath is the path to the Go executable.
GoExecPath string
// AlignPath is the path to the betteralign binary.
AlignPath string
// FieldAlign indicates whether to perform field alignment.
FieldAlign bool
// InterfaceReplacement indicates whether to perform interface replacement.
InterfaceReplacement bool
// Generated indicates whether to process generated files.
Generated bool
// RunTests indicates whether to run tests on packages with test files.
RunTests bool
}
Args holds the arguments for the Packages function.
Click to show internal directories.
Click to hide internal directories.