From bd984fa378aecec58f31027a2051ad88e2087d08 Mon Sep 17 00:00:00 2001 From: dengrandpa <75022199+dengrandpa@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:43:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20README=5Fzh-CN.md?= =?UTF-8?q?=20=E6=96=87=E6=A1=A3=E9=94=99=E8=AF=AF=20(#147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修改 README_zh-CN.md datetime 重复 IsLeapYear问题 * fix: 修改 README_zh-CN.md 18. slice 回到目录 --------- Co-authored-by: dengjiaxiang <19181730103@189.cn> --- README_zh-CN.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index fad546b..627b8d9 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -572,9 +572,6 @@ import "github.com/duke-git/lancet/v2/datetime" - **IsLeapYear** :验证是否是闰年。 [[doc](https://github.com/duke-git/lancet/blob/main/docs/api/packages/datetime.md#IsLeapYear)] [[play](https://go.dev/play/p/xS1eS2ejGew)] -- **IsLeapYear** : check if param `year` is leap year or not. - [[doc](https://github.com/duke-git/lancet/blob/main/docs/api/packages/datetime.md#IsLeapYear)] - [[play](https://go.dev/play/p/xS1eS2ejGew)] - **BetweenSeconds** : 返回两个时间的间隔秒数。 [[doc](https://github.com/duke-git/lancet/blob/main/docs/api/packages/datetime.md#BetweenSeconds)] [[doc](https://github.com/duke-git/lancet/blob/main/docs/api/packages/datetime.md#BetweenSeconds)] @@ -1126,7 +1123,7 @@ import "github.com/duke-git/lancet/v2/retry" [[doc](https://github.com/duke-git/lancet/blob/main/docs/api/packages/retry.md#RetryTimes)] [[play](https://go.dev/play/p/ssfVeU2SwLO)] -