调整结构

This commit is contained in:
2025-09-25 13:48:00 +08:00
parent 7cbb4b2cf9
commit 1cec74cec7
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ func ExecuteSingleDir(args []string) {
}
for _, filename := range erlFiles {
// 根据配置解析出 文件数据
parseTemKey, err := worker1.ParseTemKey(filename, cfgPublic)
if err != nil {
log.Fatalf("loading templates: %v", err)