gitee.com/quant1x/engine@v1.8.4/cache/cache_others.go (about) 1 package cache 2 3 // GetZxgFile 自选股文件路径 4 func GetZxgFile() string { 5 return GetRootPath() + "/zxg.csv" 6 }