RecipesDir returns the path to the recipes directory.
()
| 127 | |
| 128 | // RecipesDir returns the path to the recipes directory. |
| 129 | func RecipesDir() string { |
| 130 | return filepath.Join(ConfigDir(), "recipes") |
| 131 | } |
| 132 | |
| 133 | // ExtensionsDir returns the path to the extensions directory. |
| 134 | func ExtensionsDir() string { |
no test coverage detected