Skip to content

Commit 267fc12

Browse files
authored
Update README.md
1 parent 503cec5 commit 267fc12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
基於 程杰-大話設計模式 和 Design Patterns: Elements of Reusable Object-Oriented Software.
44
使用 Golang 來實現
55

6+
https://kimi0230.github.io/DesignPatternGolang/
7+
68
---
79

810
## 生成模式 (Creational Patterns)
@@ -84,4 +86,4 @@
8486
針對標的語言定義文法, 以及可解讀這個語句的解譯器
8587

8688
### [Visitor 訪問者模式:](https://github.com/kimi0230/DesignPatternGolang/tree/master/Visitor)
87-
定義能逐一施行於物件結構裡各個元素的操作, 讓你不必修改作用對象的類別介面, 就能定義新的操作
89+
定義能逐一施行於物件結構裡各個元素的操作, 讓你不必修改作用對象的類別介面, 就能定義新的操作

0 commit comments

Comments
 (0)