1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 07:02:29 +08:00

doc: update example link for BeginOfWeek and EndOfWeek

This commit is contained in:
dudaodong
2025-03-31 10:27:09 +08:00
parent f4427b9fbc
commit 3849337919
5 changed files with 14 additions and 13 deletions

View File

@@ -741,7 +741,7 @@ func main() {
func EndOfWeek(t time.Time, endWith time.Weekday) time.Time
```
<b>示例:<span style="float:right;display:inline-block;">[运行](https://go.dev/play/p/i08qKXD9flf)</span></b>
<b>示例:<span style="float:right;display:inline-block;">[运行](https://go.dev/play/p/mGSA162YgX9)</span></b>
```go
package main