]> Cypherpunks repositories - gostls13.git/commit
reflect: remove deprecation notices from SliceHeader, StringHeader
authorRuss Cox <rsc@golang.org>
Tue, 22 Nov 2022 15:22:00 +0000 (10:22 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Nov 2022 20:08:03 +0000 (20:08 +0000)
commit9f2951b5d1bd0b5be67d32725f1236436c16d217
treea55ba447b3c5125fbb81c5bf6d26833602ac5a5c
parent036696a2ea04a7be334b3f0442fcadcab2eeaf70
reflect: remove deprecation notices from SliceHeader, StringHeader

There has been no proposal discussion about adding these notices.
Also, even if we did decide to add them, then since their replacements
are only appearing in Go 1.20, go.dev/wiki/Deprecation says that we
should wait until Go 1.22 to add the deprecation notice.

Filed #56906 for the proposal discussion.

Fixes #56905.

Change-Id: If86cce65aa00b4b62b2b18e82503431dcbdbcfed
Reviewed-on: https://go-review.googlesource.com/c/go/+/452761
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/reflect/value.go