This commit is contained in:
spark 2024-12-17 13:00:13 +08:00
parent 0c413b3760
commit fe0cb7c589

View File

@ -138,7 +138,6 @@ func initStockData() {
}
}
// 判断目录是否存在,不存在则创建
func checkDir(dir string) {
_, err := os.Stat(dir)
if os.IsNotExist(err) {