1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-11 16:22:26 +08:00

doc: update for release v2.2.8

This commit is contained in:
dudaodong
2023-12-11 15:30:33 +08:00
parent c5297ec329
commit 96320069f4
9 changed files with 29 additions and 19 deletions

View File

@@ -2501,7 +2501,7 @@ func main() {
func Random[T any](slice []T) (val T, idx int)
```
<b>示例:<span style="float:right;display:inline-block;">[运行](TODO)</span></b>
<b>示例:<span style="float:right;display:inline-block;">[运行](https://go.dev/play/p/UzpGQptWppw)</span></b>
```go
import (