Skip to content

Commit 6a2e76c

Browse files
committed
移动目录
1 parent 41fa8b7 commit 6a2e76c

2 files changed

+15
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
**版权归作者所有,请勿抄袭**
2+
3+
## 聊聊Go开发中常用的设计模式
4+
5+
- 全局单一实例:单例模式
6+
7+
- 对象流水线化:工厂模式
8+
9+
- 重复代码太多?试试:模板方法模式
10+
11+
- 代码接口太多不知道怎么维护?这里有:策略模式
12+
13+
- 给你的对象多加几件衣服:装饰器模式
14+
15+
### 为什么要有设计模式

聊聊Go开发中常用的设计模式.md

-1
This file was deleted.

0 commit comments

Comments
 (0)