ExtensionsDir returns the path to the extensions directory.
()
| 132 | |
| 133 | // ExtensionsDir returns the path to the extensions directory. |
| 134 | func ExtensionsDir() string { |
| 135 | return filepath.Join(ConfigDir(), "extensions") |
| 136 | } |
| 137 | |
| 138 | // MemoriesDir returns the path to the memories directory. |
| 139 | func MemoriesDir() string { |
no test coverage detected