]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: permit for range x
authorRob Pike <r@golang.org>
Mon, 14 Jul 2014 22:45:14 +0000 (15:45 -0700)
committerRob Pike <r@golang.org>
Mon, 14 Jul 2014 22:45:14 +0000 (15:45 -0700)
CC=golang-codereviews
https://golang.org/cl/110640044

doc/go1.4.txt

index 9066cd84febb85e751b762a957304e8b0acb5bb4..689c73115a433872bd9956254a28632ea23bf1c7 100644 (file)
@@ -5,6 +5,8 @@ Please keep the descriptions to a single line, starting with the
 package or cmd/xxx directory name, and ending in a CL number.
 Please keep the list sorted (as in sort.Strings of the lines).
 
+spec: permit for range x (CL 104680043)
+
 encoding/gob: remove unsafe (CL 102680045)
 misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
 runtime/race: freebsd is supported (CL 107270043)