From 62ee2064df317fb02e569ed8bc5e99db0ed96f57 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 22 Dec 2017 07:17:19 -0700 Subject: [PATCH] remove commented line --- gjson_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/gjson_test.go b/gjson_test.go index 871c598..72f95d2 100644 --- a/gjson_test.go +++ b/gjson_test.go @@ -1275,7 +1275,6 @@ func randomObjectOrArray(keys []string, prefix string, array bool, depth int) (s } func randomJSON() (json string, keys []string) { - //rand.Seed(time.Now().UnixNano()) return randomObjectOrArray(nil, "", false, 0) }