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

doc/go1.17: reflect review

This commit is contained in:
KimMachineGun 2021-05-23 23:03:38 +09:00
parent 5c5ffb9db1
commit d5bd53b1df

View File

@ -318,9 +318,7 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
<dd>
<p><!-- CL 271788 -->
Now
<a href="/pkg/flag/#FlagSet.Var">FlagSet.Var</a>
panics, if flag name begins with '-' or contains '='.
Flag declarations now panic if an invalid name is specified.
</p>
</dd>
</dl><!-- flag -->