]> Cypherpunks repositories - gostls13.git/commit
doc/go1.12: link to ABIInternal design document
authorAustin Clements <austin@google.com>
Thu, 17 Jan 2019 02:42:00 +0000 (21:42 -0500)
committerAustin Clements <austin@google.com>
Thu, 17 Jan 2019 14:58:31 +0000 (14:58 +0000)
commite2ff73286f68543d024f632a1764e93a6b21ccee
tree2d36b7c2453ed75c7abeb55821011fa7dc7b8200
parent006a5e7d00992cfae6ac406959512d680025f75c
doc/go1.12: link to ABIInternal design document

The ABI changes should be completely transparent to Go code, but could
cause linking issues in certain situations involving assembly code
reaching across package boundaries. If users encounter linking
problems, point them to the "Compatibility" section of the ABI design
document, which gives some guidance.

Change-Id: I4156d164562e2ec0de7ae8f9a3631a32ec45b317
Reviewed-on: https://go-review.googlesource.com/c/158237
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.12.html