Skip to content

Commit

Permalink
fix Singleton link in readme, fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senghoo authored Feb 24, 2018
1 parent b55d7cf commit 55b747d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Go 语言设计模式的实例代码
## 创建型模式

* [简单工厂模式(Simple Factory)](https://github.com/senghoo/golang-design-pattern/tree/master/00_simple_factory)
* [厂方法模式(Factory Method)](https://github.com/senghoo/golang-design-pattern/tree/master/04_factory_method)
* [工厂方法模式(Factory Method)](https://github.com/senghoo/golang-design-pattern/tree/master/04_factory_method)
* [抽象工厂模式(Abstract Factory)](https://github.com/senghoo/golang-design-pattern/tree/master/05_abstract_factory)
* [创建者模式(Builder)](https://github.com/senghoo/golang-design-pattern/tree/master/06_builder)
* [原型模式(Prototype)](https://github.com/senghoo/golang-design-pattern/tree/master/07_prototype)
* [单例模式(Singleton)](https://github.com/senghoo/golang-design-pattern/tree/master/02_adapter)
* [单例模式(Singleton)](https://github.com/senghoo/golang-design-pattern/tree/master/03_singleton)

## 结构型模式

Expand Down

0 comments on commit 55b747d

Please sign in to comment.