diff --git a/docs/function.md b/docs/function.md index dbefec3..8d26cbe 100644 --- a/docs/function.md +++ b/docs/function.md @@ -29,6 +29,7 @@ import ( - [Compose](#Compose) - [Debounced](#Debounced) - [Delay](#Delay) +- [Schedule](#Schedule) - [Pipeline](#Pipeline) - [Watcher](#Watcher) diff --git a/docs/function_zh-CN.md b/docs/function_zh-CN.md index 63f193c..ca6a4af 100644 --- a/docs/function_zh-CN.md +++ b/docs/function_zh-CN.md @@ -29,6 +29,7 @@ import ( - [Compose](#Compose) - [Debounced](#Debounced) - [Delay](#Delay) +- [Schedule](#Schedule) - [Pipeline](#Pipeline) - [Watcher](#Watcher) diff --git a/docs/strutil_zh-CN.md b/docs/strutil_zh-CN.md index 623e555..dce5097 100644 --- a/docs/strutil_zh-CN.md +++ b/docs/strutil_zh-CN.md @@ -33,6 +33,7 @@ import ( - [UpperKebabCase](#UpperKebabCase) - [LowerFirst](#LowerFirst) - [UpperFirst](#UpperFirst) +- [Pad](#Pad) - [PadEnd](#PadEnd) - [PadStart](#PadStart) - [Reverse](#Reverse)