windows环境报错
来源:9-6 静态化代码实现(下)
细心网友
2022-08-09
windows环境:
[DBUG] read fronted\web\views\template: The handle is invalid.
写回答
1回答
-
细心网友
提问者
2022-08-09
已解决:
contentsTmp, err := template.ParseFiles(filepath.Join(templatePath), "product.html")
我这里敲错了,应该是
contentsTmp, err := template.ParseFiles(filepath.Join(templatePath, "product.html"))
20
相似问题