<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>依赖注入 - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5/</link><description>依赖注入 - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5/" rel="self" type="application/rss+xml"/><item><title>Go 语言 Web 框架：Macaron</title><link>https://rd163.visword.com/posts/golang-macaron/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/golang-macaron/</guid><description><![CDATA[<p><a href="https://github.com/go-macaron/macaron" target="_blank" rel="noopener noreferrer">Macaron</a> 是一个用 Go 语言编写的高效、模块化 Web 框架，官方仓库自我定位为「a high productive and modular web framework in Go」。它与 Gin、Beego、Echo 等同属 Go 生态中较早期出现的一批 Web 框架，设计思路继承自 <a href="https://github.com/go-martini/martini" target="_blank" rel="noopener noreferrer">Martini</a>,底层依赖 <a href="https://github.com/codegangsta/inject" target="_blank" rel="noopener noreferrer">codegangsta/inject</a> 实现依赖注入，但在路由层做了重写，显著降低了反射开销与内存占用。详细的中文文档可参考:</p>]]></description></item></channel></rss>