forked from mirror/gjson
remove commented line
This commit is contained in:
parent
09641abb33
commit
62ee2064df
|
@ -1275,7 +1275,6 @@ func randomObjectOrArray(keys []string, prefix string, array bool, depth int) (s
|
||||||
}
|
}
|
||||||
|
|
||||||
func randomJSON() (json string, keys []string) {
|
func randomJSON() (json string, keys []string) {
|
||||||
//rand.Seed(time.Now().UnixNano())
|
|
||||||
return randomObjectOrArray(nil, "", false, 0)
|
return randomObjectOrArray(nil, "", false, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue