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:
parent
9824c409ad
commit
b986017d6c
@ -16,7 +16,7 @@ import (
|
||||
)
|
||||
|
||||
// DefaultCacheDir ...
|
||||
var DefaultCacheDir = "/tmp"
|
||||
var DefaultCacheDir = ":PREFERRED_CACHE_HOME:/cointop"
|
||||
|
||||
// FileCache ...
|
||||
type FileCache struct {
|
||||
|
Loading…
Reference in New Issue
Block a user