]> Cypherpunks repositories - gostls13.git/commit
doc/go1.9: discuss runtime.Callers
authorAustin Clements <austin@google.com>
Thu, 6 Jul 2017 18:27:25 +0000 (14:27 -0400)
committerAustin Clements <austin@google.com>
Fri, 7 Jul 2017 19:30:08 +0000 (19:30 +0000)
commit590f47558d875691190b059f2696d2f9d0bf9c66
tree3b1250e20fedc98165db8abfe850aeb0473da70b
parentd58125ecd22649eb0a4b33715f39d6696b13c5fb
doc/go1.9: discuss runtime.Callers

A lot of code that uses runtime.Callers makes assumptions about the
result that are not true today under gccgo and will not be true in the
future in gc. This adds a section to the release notes discussing how
to correctly use runtime.Callers.

Change-Id: I96b7c7ef183cee2061442fc3501fceceefa54c09
Reviewed-on: https://go-review.googlesource.com/47691
Reviewed-by: Russ Cox <rsc@golang.org>
doc/go1.9.html