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

pull/202/head
Simon Roberts 3 years ago committed by GitHub
parent 9824c409ad
commit b986017d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save