]> Cypherpunks repositories - gostls13.git/commit
doc: mention testing/quick RNG seeding change in Go 1.9 notes
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Jun 2017 22:17:21 +0000 (22:17 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Jun 2017 22:41:49 +0000 (22:41 +0000)
commite25fdb968c4ff93c6d41574f2220a11ee02b0914
tree1c6cbc1c826ea93488c3d4014998802b871d1ecb
parent33b3cc156886a6184a3ee2036e7748cee9b28eec
doc: mention testing/quick RNG seeding change in Go 1.9 notes

Also reword the testing/quick.Config field docs to conform to the
normal subject-first style. Without that style, godoc links
/pkg/testing/quick/#Config.Rand to the wrong line, since it doesn't
recognize the preceding comment as necessarily being attached.

Fixes #20809

Change-Id: I9aebbf763eed9b1ab1a153fa11850d88a65571c6
Reviewed-on: https://go-review.googlesource.com/46910
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.9.html
src/testing/quick/quick.go