CacheDir returns the cache directory. This is for temporary data that can be safely deleted.
()
| 111 | // CacheDir returns the cache directory. |
| 112 | // This is for temporary data that can be safely deleted. |
| 113 | func CacheDir() string { |
| 114 | initPaths() |
| 115 | return cacheDir |
| 116 | } |
| 117 | |
| 118 | // ConfigFile returns the path to the main configuration file. |
| 119 | func ConfigFile() string { |