summaryrefslogtreecommitdiff
path: root/doc/go1compat.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1compat.html')
-rw-r--r--doc/go1compat.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/go1compat.html b/doc/go1compat.html
index 04a6c1124..94c48d2ce 100644
--- a/doc/go1compat.html
+++ b/doc/go1compat.html
@@ -104,6 +104,14 @@ outside of tests, and using it may cause a program to fail
to compile in future releases.
</li>
+<li>
+Use of package <code>unsafe</code>. Packages that import
+<a href="/pkg/unsafe/"><code>unsafe</code></a>
+may depend on internal properties of the Go implementation.
+We reserve the right to make changes to the implementation
+that may break such programs.
+</li>
+
</ul>
<p>