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