SessionsDir returns the path to the sessions directory.
()
| 122 | |
| 123 | // SessionsDir returns the path to the sessions directory. |
| 124 | func SessionsDir() string { |
| 125 | return filepath.Join(DataDir(), "sessions") |
| 126 | } |
| 127 | |
| 128 | // RecipesDir returns the path to the recipes directory. |
| 129 | func RecipesDir() string { |
no test coverage detected