Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddReplaceCmd = &cobra.Command{ Use: "deps-replace", Short: "add the replace directive for a given module pattern and replace it with local path. Default to replace all local module", FParseErrWhitelist: cobra.FParseErrWhitelist{UnknownFlags: true}, RunE: RunAddReplace, } AddReplaceArgs = AddReplaceArguments{ Modules: []string{"**"}, SearchPaths: []string{"../"}, } )
View Source
var ( Cmd = &cobra.Command{ Use: "dev", Short: "helper utilities for developers", FParseErrWhitelist: cobra.FParseErrWhitelist{UnknownFlags: true}, } )
Functions ¶
Types ¶
type AddReplaceArguments ¶
Click to show internal directories.
Click to hide internal directories.