2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00

DefaultCacheDir = ":PREFERRED_CACHE_HOME:/cointop" (#197)

This commit is contained in:
Simon Roberts 2021-10-03 16:31:50 +11:00 committed by GitHub
parent 9824c409ad
commit b986017d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ import (
)
// DefaultCacheDir ...
var DefaultCacheDir = "/tmp"
var DefaultCacheDir = ":PREFERRED_CACHE_HOME:/cointop"
// FileCache ...
type FileCache struct {