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

doc/go1.5.txt: add note about internal

Change-Id: I6476284a2cf80d50bd0a57fd9a0de9bc74273c7e
Reviewed-on: https://go-review.googlesource.com/10680
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Russ Cox 2015-06-03 16:28:45 -04:00
parent 8f0cc6c0d8
commit 107aab6c34

View 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)