<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>设计模式 on Hex Blog</title><link>https://hex-go.github.io/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/</link><description>Recent content in 设计模式 on Hex Blog</description><generator>Hugo -- gohugo.io</generator><language>zh</language><managingEditor>hex-py@gmail.com (Hex)</managingEditor><webMaster>hex-py@gmail.com (Hex)</webMaster><copyright>©2026, All Rights Reserved</copyright><lastBuildDate>Thu, 11 Nov 2021 09:02:47 +0000</lastBuildDate><atom:link href="https://hex-go.github.io/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/index.xml" rel="self" type="application/rss+xml"/><item><title>Go-设计模式</title><link>https://hex-go.github.io/posts/golang/2021-11-11-go-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/</link><pubDate>Thu, 11 Nov 2021 09:02:47 +0000</pubDate><author>hex-py@gmail.com (Hex)</author><atom:modified>Thu, 11 Nov 2021 09:02:47 +0000</atom:modified><guid>https://hex-go.github.io/posts/golang/2021-11-11-go-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/</guid><description>重要 Go 没有继承和重载——设计模式的实现方式与其他语言不同。Go 靠接口 + 组合 + 闭包 + 并发原语实现模式，而非继承树。 最常用的三个：Functio</description><dc:creator>Hex</dc:creator><category>Go</category><category>设计模式</category><category>Golang</category></item></channel></rss>