aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKimMachineGun <geon0250@gmail.com>2021-05-23 14:05:15 +0000
committerHeschi Kreinick <heschi@google.com>2021-06-02 14:28:15 +0000
commitd743e67e0695a8082f03fd90bb07e71cf9f34cf1 (patch)
treeb886b602880db497e20d7b3bc4b0762b0c844389 /doc
parentdc8f87b7493e173d65d3587389cc41468ba16dc0 (diff)
downloadgo-d743e67e0695a8082f03fd90bb07e71cf9f34cf1.tar.gz
go-d743e67e0695a8082f03fd90bb07e71cf9f34cf1.zip
doc/go1.17: document flag changes for Go 1.17
For #44513 Fixes #46010 Change-Id: I1fe638e5db0b4f3b64dbfbd948154a7c7a80afc9 GitHub-Last-Rev: d5bd53b1df202329661ffb1818803f2ec1d3f57a 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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index ee498f7603..6ddef3d47e 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -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 -->