aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-07-18 16:49:23 -0400
committerAndrew Bonventre <andybons@golang.org>2018-07-18 20:51:53 +0000
commit1de44474c02be548b11ce50d2e65fa015acfd1fc (patch)
treed37810483304bc3360c20524f2b4f73dd3adc14a
parente954bdb021e075696b93a229863cbbcbade11b0a (diff)
downloadgo-1de44474c02be548b11ce50d2e65fa015acfd1fc.tar.gz
go-1de44474c02be548b11ce50d2e65fa015acfd1fc.zip
doc: update go1.11 release notes
Change-Id: I3e2a19fe90334f0c1ed1593c7a9a3a458f15d8e8 Reviewed-on: https://go-review.googlesource.com/124799 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/go1.11.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 72d35250ea..274b6f114c 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -463,7 +463,8 @@ for k := range m {
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
<dd>
<p><!-- CL 110561 -->
- <code>Marshal</code> and <code>Unmarshal</code> now support private class annotations for fields.
+ <code>Marshal</code> and <code><a href="/pkg/encoding/asn1/#Unmarshal">Unmarshal</a></code>
+ now support "private" class annotations for fields.
</p>
</dl><!-- encoding/asn1 -->