Skip to content

Commit

Permalink
update example doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dengsgo committed Oct 7, 2023
1 parent 754543c commit 197d982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
| [**packages**](example/packages) | 该项目示例为装饰器定义和被装饰的函数不在同一个包内,需要使用匿名包导入。 |
| [**datetime**](example/datetime) | Guide 里演示示例所用到的完整代码 |
| [**emptyfunc**](example/emptyfunc) | 演示装饰器中调用和不调用`TargetDo()` 的区别 |
| [**genericfunc**](example/genericfunc) | 演示泛型函函数如何使用装饰器 (和普通函数一致) |


0 comments on commit 197d982

Please sign in to comment.