Files
pro-go-study/32-platform
yanzuoguang 6e04c9747b fix(templates): 增强模板加载和执行的错误处理- 在 layout_executor.go 中添加了对 getTemplates 返回值的空指针检查
- 当 getTemplates未定义或返回 nil 时,打印错误信息并提前返回
- 在 template_loader.go 中引入 fmt 包用于调试日志输出
- 在模板加载逻辑中增加调试信息打印,便于追踪 getTemplates 函数执行状态
- 添加了 doLoad 函数执行的调试日志,帮助定位模板加载问题
2025-11-09 15:44:15 +08:00
..