diff --git a/README.md b/README.md index 0b62a49..53b3ead 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 7. [中介者模式](https://github.com/silsuer/golang-design-patterns/tree/master/mediator-pattern) - 8. 迭代器模式 + 8. [迭代器模式](https://github.com/silsuer/golang-design-patterns/tree/master/iterator-pattern) 9. 解释器模式 diff --git a/iterator-pattern/README.md b/iterator-pattern/README.md index d96d431..739176a 100644 --- a/iterator-pattern/README.md +++ b/iterator-pattern/README.md @@ -122,7 +122,7 @@ [github.com/silsuer/bingo-tpl](https://github.com/silsuer/bingo-tpl) - 这是我计划写的一个不借助 标准库中的`template` 实现的模板引擎,后来工作太忙,就搁浅了,涉及到了编译原理,目前只写到了词法分析... + 这是我计划写的一个不借助 标准库中的`template` 实现的模板引擎,后来工作太忙,就搁浅了,涉及到了编译原理的一些知识,目前只写到了词法分析... 可能要等 [Bingo](https://github.com/silsuer/bingo-tpl) 的所有模块都写完之后再去实现了吧...