Documentation ¶ Index ¶ type Config func GetConfig() Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // SkipPaths is a list of directories where auto-launcher will not // search for executables SkipPaths []string `toml:"skip_paths"` } func GetConfig ¶ func GetConfig() Config Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.