Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigUpgrader ¶
type Formatter ¶
type Formatter interface {
// TypeName returns the type of this Formatter.
TypeName() (string, error)
// Format runs the format operation on the provided files. If "list" is true, then the files that would be changed
// are printed to stdout rather than formatting the files.
Format(files []string, list bool, projectDir string, stdout io.Writer) error
}
Click to show internal directories.
Click to hide internal directories.