From: Joe Tsai Date: Fri, 7 May 2021 17:41:24 +0000 (-0700) Subject: doc/go1.17: fill in TODO for reflect package X-Git-Tag: go1.17beta1~205 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d80d1427a8;p=gostls13.git doc/go1.17: fill in TODO for reflect package Updates #46019 Change-Id: I3025927d949ff72535542e89b83dd830e969c255 Reviewed-on: https://go-review.googlesource.com/c/go/+/318011 Trust: Joe Tsai Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 3cd324e0ab..894b8ae133 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -405,7 +405,13 @@ Do not send CLs removing the interior tags from such phrases.
reflect

- TODO: https://golang.org/cl/266197: add Method.IsExported and StructField.IsExported methods + The new + StructField.IsExported + and + Method.IsExported + methods report whether a struct field or type method is exported. + They provide a more readable alternative to checking whether PkgPath + is empty.