aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-01-06 14:32:03 -0800
committerIan Lance Taylor <iant@golang.org>2021-01-07 23:43:25 +0000
commit9ec21a8f347e760945ca0f58ad72062588f08577 (patch)
tree4083201b525b5d07264b35268de3e054f9865979 /doc
parent091414b5b7ced2f6ce1cc9d37e12f62c9a00ef0e (diff)
downloadgo-9ec21a8f347e760945ca0f58ad72062588f08577.tar.gz
go-9ec21a8f347e760945ca0f58ad72062588f08577.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 3e564f8af6..3645e018b2 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -845,17 +845,6 @@ func TestFoo(t *testing.T) {
</dd>
</dl><!-- path/filepath -->
-<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
- <dd>
- <p><!-- CL 248341, golang.org/issues/40281 -->
- <a href="/pkg/reflect/#StructTag"><code>StructTag</code></a>
- now allows multiple space-separated keys in key:value pairs,
- as in <code>`json xml:"field1"`</code> (equivalent to
- <code>`json:"field1" xml:"field1"`</code>).
- </p>
- </dd>
-</dl><!-- reflect -->
-
<dl id="runtime/debug"><dt><a href="/pkg/runtime/debug/">runtime/debug</a></dt>
<dd>
<p><!-- CL 249677 -->