# GoDesignPatterns **Repository Path**: carlrae520/GoDesignPatterns ## Basic Information - **Project Name**: GoDesignPatterns - **Description**: go语言设计模式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README C 创建型 工厂模式 factory 抽象工厂模式 factory 单例模式 singleton 原型模式 prototype 建造者模式 builder J 结构型 适配器模式 adapter 桥接模式 bridge 组合模式 composite 装饰器模式 decorator 外观模式 享元模式 代理模式 X 行为型 责任链模式 命令模式 解释器模式 迭代器模式 iterator 中介者模式 备忘录模式 观察者模式 observer 状态模式 策略模式 strategy 模板模式 template 访问者模式 visitor