type format … func (c *format) Name() string { … } func (c *format) Parent() string { … } func (c *format) Usage() string { … } func (c *format) ShortHelp() string { … } func (c *format) DetailedHelp(f *flag.FlagSet) { … } // Run performs the check on the files specified by args and prints the // results to stdout. func (c *format) Run(ctx context.Context, args ...string) error { … }