1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:54:41 -07:00
go/doc/go1.7.txt
Ian Lance Taylor 13d6414e9d doc/go1.7: mention CallersFrames and Frames
Change-Id: I73ae6a6837a6dcf75b3b8f431d97a18348e01a42
Reviewed-on: https://go-review.googlesource.com/19921
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-02-25 19:44:56 +00:00

14 lines
302 B
Plaintext

Tools:
cmd/dist: add list subcommand to list all supported platforms (CL 19837)
cmd/go: GO15VENDOREXPERIMENT gone, assumed on (CL 19615)
cmd/link: "-X name value" form gone (CL 19614)
Ports:
SOMETHING WILL HAPPEN
API additions and behavior changes:
runtime: add CallerFrames and Frames (CL 19869)