MemoriesDir returns the path to the memories directory.
()
| 137 | |
| 138 | // MemoriesDir returns the path to the memories directory. |
| 139 | func MemoriesDir() string { |
| 140 | return filepath.Join(DataDir(), "memories") |
| 141 | } |
| 142 | |
| 143 | // DatabaseFile returns the path to the SQLite database file. |
| 144 | func DatabaseFile() string { |
no test coverage detected