]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: add note about internal
authorRuss Cox <rsc@golang.org>
Wed, 3 Jun 2015 20:28:45 +0000 (16:28 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 3 Jun 2015 20:30:17 +0000 (20:30 +0000)
Change-Id: I6476284a2cf80d50bd0a57fd9a0de9bc74273c7e
Reviewed-on: https://go-review.googlesource.com/10680
Reviewed-by: Russ Cox <rsc@golang.org>
doc/go1.5.txt

index fc410c90012c54c53b247422bf293c661f9ee1d0..450efa79126e6d5343372dd23b687674d446a925 100644 (file)
@@ -3,6 +3,7 @@ Overall:
 - new GC
 - go tool asm, go tool compile, go tool link
 - default output files changed: now file.o and a.out
+- internal enforced even outside standard library (golang.org/s/go14internal; https://golang.org/cl/9156)
 
 Language:
 - permit omission of key type in map composite literals where key is a composite literal (https://golang.org/cl/2591)