From d5bd53b1df202329661ffb1818803f2ec1d3f57a Mon Sep 17 00:00:00 2001 From: KimMachineGun Date: Sun, 23 May 2021 23:03:38 +0900 Subject: [PATCH] doc/go1.17: reflect review --- doc/go1.17.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index 0202035f132..cebb22c6f24 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -318,9 +318,7 @@ Do not send CLs removing the interior tags from such phrases.
flag

- Now - FlagSet.Var - panics, if flag name begins with '-' or contains '='. + Flag declarations now panic if an invalid name is specified.