Fixes #17181.
Change-Id: If7cc4865e391acf76512f7ec7167d5a31377b598
Reviewed-on: https://go-review.googlesource.com/31574
Reviewed-by: Rob Pike <r@golang.org>
makes a copy of the pointer, but again not the data it points to.
</p>
+<p>
+Note that this discussion is about the semantics of the operations.
+Actual implementations may apply optimizations to avoid copying
+as long as the optimizations do not change the semantics.
+</p>
+
<h3 id="pointer_to_interface">
When should I use a pointer to an interface?</h3>