1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:10:22 -07:00

doc: update go1.11 release notes

Change-Id: I3e2a19fe90334f0c1ed1593c7a9a3a458f15d8e8
Reviewed-on: https://go-review.googlesource.com/124799
Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
Andrew Bonventre 2018-07-18 16:49:23 -04:00
parent e954bdb021
commit 1de44474c0

View File

@ -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 -->