From a63d78111eb41631a2f95b1f65fe2289acce937c Mon Sep 17 00:00:00 2001 From: dudaodong Date: Thu, 8 Jun 2023 14:41:17 +0800 Subject: [PATCH] test: update ExampleRandUniqueIntSlice --- random/random_example_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/random/random_example_test.go b/random/random_example_test.go index c5629f2..e2f6032 100644 --- a/random/random_example_test.go +++ b/random/random_example_test.go @@ -130,7 +130,6 @@ func ExampleRandUniqueIntSlice() { if len(result) == 5 { fmt.Println("ok") } - fmt.Println(result) // Output: // ok