Documentation ¶ Index ¶ func Format(paths []string, noIgnore bool, force bool, check bool, fmtGo bool) error func Generate(paths []string, noIgnore bool, force bool, check bool) error type ExitError func (e *ExitError) Error() string func (e *ExitError) ExitCode() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Format ¶ func Format(paths []string, noIgnore bool, force bool, check bool, fmtGo bool) error func Generate ¶ func Generate(paths []string, noIgnore bool, force bool, check bool) error Types ¶ type ExitError ¶ added in v0.2.2 type ExitError struct { // contains filtered or unexported fields } func (*ExitError) Error ¶ added in v0.2.2 func (e *ExitError) Error() string func (*ExitError) ExitCode ¶ added in v0.2.2 func (e *ExitError) ExitCode() int Source Files ¶ View all Source files color.goprocessor.go Click to show internal directories. Click to hide internal directories.