From c8b20f697686a12eebdfc3969b93022a91f0c2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=AD=A3=E8=8A=B1=E4=B8=AD=E7=9A=84=E6=98=9F?= =?UTF-8?q?=E8=BE=B0?= Date: Tue, 18 Jan 2022 14:13:44 +0000 Subject: [PATCH] Update template.go --- template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.go b/template.go index c1ca517..e1497dd 100644 --- a/template.go +++ b/template.go @@ -41,7 +41,7 @@ func do_impl(last_data tmpl_data) { defer new_file.Close() // 写入 nex 模板 - // write the nex data + // write the nex data, last data is the inputed data err = nex_tmpl.Execute(new_file, last_data) if err != nil { fmt.Println("[ err at tmpl exec ]", err)