<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gin on 软件开发大郭的技术博客</title>
		<link>https://blog.grabbyte.com/tags/gin/</link>
		<description>Recent content in Gin on 软件开发大郭的技术博客</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Thu, 29 Sep 2022 20:50:01 +0800</lastBuildDate>
		
			<atom:link href="https://blog.grabbyte.com/tags/gin/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Gin中实现解析模板中自定义函数</title>
				<link>https://blog.grabbyte.com/p/2022/09/29-205001.html</link>
				<pubDate>Thu, 29 Sep 2022 20:50:01 +0800</pubDate>
				<guid>https://blog.grabbyte.com/p/2022/09/29-205001.html</guid>
				<description>&lt;p&gt;核心代码&lt;/p&gt;&#xA;&lt;pre class=&#34;brush:bash;toolbar:false;&#34;&gt;router := gin.Default()&#xA;router.SetFuncMap(template.FuncMap{&#xA;&#34;safe&#34;: func(str string) template.HTML{&#xA;return template.HTML(str)&#xA;},&#xA;})&lt;/pre&gt;</description>
			</item>
	</channel>
</rss>
