1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

test: update ExampleRandUniqueIntSlice

This commit is contained in:
dudaodong
2023-06-08 14:41:17 +08:00
parent e2fc2f1bc9
commit a63d78111e

View File

@@ -130,7 +130,6 @@ func ExampleRandUniqueIntSlice() {
if len(result) == 5 { if len(result) == 5 {
fmt.Println("ok") fmt.Println("ok")
} }
fmt.Println(result)
// Output: // Output:
// ok // ok