package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 8, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DefaultConfigPath() string
DefaultConfigPath returns the default config file path
type Config struct {
Roots []string `yaml:"roots"`
Ignore []string `yaml:"ignore"`
Editor string `yaml:"editor"`
}
Config holds the application configuration
Load reads configuration from a YAML file
Returns default config if file doesn't exist
Source Files
¶
Click to show internal directories.
Click to hide internal directories.