1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:20:11 -07:00

doc: go1.6.txt: add math/rand.Read

Change-Id: I94af55bb894409b77bd87df36be9471dcc544fda
Reviewed-on: https://go-review.googlesource.com/14627
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Rob Pike 2015-09-16 10:55:25 -07:00
parent f9e404c1c5
commit 5512ac2786

View File

@ -9,6 +9,7 @@ NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
API additions and behavior changes:
fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
math/rand: add Read (https://golang.org/cl/14522)
strconv: QuoteToGraphic (https://golang.org/cl/14184/)
text/template: ExecError (https://golang.org/cl/13957/)
text/template: trimming spaces (https://golang.org/cl/14391/)