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

doc/go1.17: document flag changes for Go 1.17

For #44513
Fixes #46010

Change-Id: I1fe638e5db0b4f3b64dbfbd948154a7c7a80afc9
GitHub-Last-Rev: d5bd53b1df
GitHub-Pull-Request: golang/go#46150
Reviewed-on: https://go-review.googlesource.com/c/go/+/319273
Reviewed-by: Heschi Kreinick <heschi@google.com>
Trust: Robert Findley <rfindley@google.com>
This commit is contained in:
KimMachineGun 2021-05-23 14:05:15 +00:00 committed by Heschi Kreinick
parent dc8f87b749
commit d743e67e06

View File

@ -434,7 +434,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 -->
TODO: <a href="https://golang.org/cl/271788">https://golang.org/cl/271788</a>: panic if flag name begins with - or contains =
Flag declarations now panic if an invalid name is specified.
</p>
</dd>
</dl><!-- flag -->