Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand( importsReplacer ImportsReplacer, modReplacer ModReplacer, ) *Command
type ImportsReplacer ¶
type ModReplacer ¶
type ModReplacer func(modFile *gomodfinder.ModFile, newModule string, replaceNestedModules bool) error
Click to show internal directories.
Click to hide internal directories.