Feature: support store group selected node to cache (enable by default)
This commit is contained in:
@ -56,3 +56,7 @@ func (p *path) Resolve(path string) string {
|
||||
func (p *path) MMDB() string {
|
||||
return P.Join(p.homeDir, "Country.mmdb")
|
||||
}
|
||||
|
||||
func (p *path) Cache() string {
|
||||
return P.Join(p.homeDir, ".cache")
|
||||
}
|
||||
|
Reference in New Issue
Block a user