]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "reflect: support multiple keys in struct tags"
authorIan Lance Taylor <iant@golang.org>
Wed, 6 Jan 2021 22:32:03 +0000 (14:32 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 7 Jan 2021 23:43:25 +0000 (23:43 +0000)
commit9ec21a8f347e760945ca0f58ad72062588f08577
tree4083201b525b5d07264b35268de3e054f9865979
parent091414b5b7ced2f6ce1cc9d37e12f62c9a00ef0e
Revert "reflect: support multiple keys in struct tags"

Proposal #40281 was initially accepted, but has now been declined.
This CL removes most of the work done to implement it.

Specifically this reverts CLs 248341, 274448, 274474, and 278392.

For #40281
For #43226

Change-Id: I5a9ebb4d9cb5fb0962434b64c59beb8343030be5
Reviewed-on: https://go-review.googlesource.com/c/go/+/281515
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
doc/go1.16.html
src/reflect/all_test.go
src/reflect/type.go