From cd63b2b18f633d91bfd0f8eedf817a3b5fcf3650 Mon Sep 17 00:00:00 2001 From: dudaodong Date: Mon, 28 Feb 2022 10:09:23 +0800 Subject: [PATCH] docs: add func UUIdV4 in readme file --- README.md | 2 +- README_zh-CN.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73e37a2..4bd7379 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,6 @@ import "github.com/duke-git/lancet/function" - [Compose](https://github.com/duke-git/lancet/blob/main/docs/function.md#Compose) - [Debounced](https://github.com/duke-git/lancet/blob/main/docs/function.md#Debounced) - [Delay](https://github.com/duke-git/lancet/blob/main/docs/function.md#Delay) -- [Delay](https://github.com/duke-git/lancet/blob/main/docs/function.md#Delay) - [Watcher](https://github.com/duke-git/lancet/blob/main/docs/function.md#Watcher) ### Netutil package contains functions to get net information and send http request. @@ -225,6 +224,7 @@ import "github.com/duke-git/lancet/random" - [RandBytes](https://github.com/duke-git/lancet/blob/main/docs/random.md#RandBytes) - [RandInt](https://github.com/duke-git/lancet/blob/main/docs/random.md#RandInt) - [RandString](https://github.com/duke-git/lancet/blob/main/docs/random.md#RandString) +- [UUIdV4](https://github.com/duke-git/lancet/blob/main/docs/random.md#UUIdV4) ### Retry package is for executing a function repeatedly until it was successful or canceled by the context. diff --git a/README_zh-CN.md b/README_zh-CN.md index 82b4ef4..6cee56c 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -193,7 +193,6 @@ import "github.com/duke-git/lancet/function" - [Compose](https://github.com/duke-git/lancet/blob/main/docs/function_zh-CN.md#Compose) - [Debounced](https://github.com/duke-git/lancet/blob/main/docs/function_zh-CN.md#Debounced) - [Delay](https://github.com/duke-git/lancet/blob/main/docs/function_zh-CN.md#Delay) -- [Delay](https://github.com/duke-git/lancet/blob/main/docs/function_zh-CN.md#Delay) - [Watcher](https://github.com/duke-git/lancet/blob/main/docs/function_zh-CN.md#Watcher) @@ -227,7 +226,7 @@ import "github.com/duke-git/lancet/random" - [RandBytes](https://github.com/duke-git/lancet/blob/main/docs/random_zh-CN.md#RandBytes) - [RandInt](https://github.com/duke-git/lancet/blob/main/docs/random_zh-CN.md#RandInt) - [RandString](https://github.com/duke-git/lancet/blob/main/docs/random_zh-CN.md#RandString) - +- [UUIdV4](https://github.com/duke-git/lancet/blob/main/docs/random.md#UUIdV4) ### retry重试执行函数直到函数运行成功或被context cancel。 ```go