We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff3fa commit 2a4a352Copy full SHA for 2a4a352
ebook/07.4.md
@@ -162,7 +162,7 @@ Unix用户已经很熟悉什么是`pipe`了,`ls | grep "beego"`类似这样的
162
163
type FuncMap map[string]interface{}
164
165
-例如,如果我们想要的email函数的模板函数名是`emailDeal`,它关联的Go函数名称是`EmailDealWith`,n那么我们可以通过下面的方式来注册这个函数
+例如,如果我们想要的email函数的模板函数名是`emailDeal`,它关联的Go函数名称是`EmailDealWith`,那么我们可以通过下面的方式来注册这个函数
166
167
t = t.Funcs(template.FuncMap{"emailDeal": EmailDealWith})
168
0 commit comments