TempDir returns the shared temporary directory used for downloaded media.
()
| 9 | |
| 10 | // TempDir returns the shared temporary directory used for downloaded media. |
| 11 | func TempDir() string { |
| 12 | return filepath.Join(os.TempDir(), TempDirName) |
| 13 | } |
no outgoing calls