Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
PackagePatterns []string
Write bool
Verify bool
AllowNoop bool
Stdout io.Writer
Stderr io.Writer
}
Config configures the refactoring run.
type StringSliceFlag ¶
type StringSliceFlag struct {
Values []string
}
StringSliceFlag is a repeatable flag for package patterns.
func (*StringSliceFlag) Set ¶
func (s *StringSliceFlag) Set(v string) error
func (*StringSliceFlag) String ¶
func (s *StringSliceFlag) String() string
Click to show internal directories.
Click to hide internal directories.