Documentation ¶ Index ¶ func Crosslink(rc RunConfig) error func Prune(rc RunConfig) error func Work(rc RunConfig) error type RunConfig func DefaultRunConfig() RunConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Crosslink ¶ func Crosslink(rc RunConfig) error func Prune ¶ func Prune(rc RunConfig) error main entry point for the Prune subcommand. func Work ¶ added in v0.8.0 func Work(rc RunConfig) error Work is the main entry point for the work subcommand. Types ¶ type RunConfig ¶ type RunConfig struct { RootPath string Verbose bool ExcludedPaths map[string]struct{} Overwrite bool Prune bool GoVersion string Logger *zap.Logger } func DefaultRunConfig ¶ func DefaultRunConfig() RunConfig Source Files ¶ View all Source files common.go config.go crosslink.go graph.go prune.go work.go Click to show internal directories. Click to hide internal directories.