1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:40:03 -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> <dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
<dd> <dd>
<p><!-- CL 271788 --> <p><!-- CL 271788 -->
Now Flag declarations now panic if an invalid name is specified.
<a href="/pkg/flag/#FlagSet.Var">FlagSet.Var</a>
panics, if flag name begins with '-' or contains '='.
</p> </p>
</dd> </dd>
</dl><!-- flag --> </dl><!-- flag -->