]> Cypherpunks repositories - gostls13.git/commit
unsafe: document that unsafe programs are not protected
authorRob Pike <r@golang.org>
Fri, 24 Oct 2014 16:37:25 +0000 (09:37 -0700)
committerRob Pike <r@golang.org>
Fri, 24 Oct 2014 16:37:25 +0000 (09:37 -0700)
commit1415a53b75fe3dc4fa53208e82839533bb2f1a30
treece04bd4b084f88b499deb2c34419dc4796393b36
parentc5943c668b919b98fd107c2327678ee32a868246
unsafe: document that unsafe programs are not protected
The compatibility guideline needs to be clear about this even
though it means adding a clause that was not there from the
beginning. It has always been understood, so this isn't really
a change in policy, just in its expression.

LGTM=bradfitz, gri, rsc
R=golang-codereviews, bradfitz, gri, rsc
CC=golang-codereviews
https://golang.org/cl/162060043
doc/go1compat.html
src/unsafe/unsafe.go