From: Koichi Shiraishi Date: Wed, 25 May 2022 13:34:37 +0000 (+0900) Subject: doc/go1.19: fix reflect pkg link and "a" section X-Git-Tag: go1.19beta1~115 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0ab71cc065c0ce70d7df8bf498723b5a1c7a89c1;p=gostls13.git doc/go1.19: fix reflect pkg link and "a" section Change-Id: Ica05b2b699d8f6383c713460a473ccf753bc78c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/408494 Reviewed-by: Ian Lance Taylor Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- diff --git a/doc/go1.19.html b/doc/go1.19.html index af6f3c1efa..155dcc44aa 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -300,8 +300,8 @@ Do not send CLs removing the interior tags from such phrases.
reflect

- reflect.SliceHeader - and reflect.StringHeader + SliceHeader + and StringHeader are now deprecated, and their use should be avoided.