aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorCarl Johnson <me@carlmjohnson.net>2023-07-27 01:21:48 +0000
committerGopher Robot <gobot@golang.org>2023-07-31 15:50:15 +0000
commit42d2dfb4305aecb3a6e5494db6b8f6e48a09b420 (patch)
treeaeaf0439cb2f655fb583107f70ca10bb5159041e /api
parentf024e390bb0cb124487fd75f564ef8178ccba8f4 (diff)
downloadgo-42d2dfb4305aecb3a6e5494db6b8f6e48a09b420.tar.gz
go-42d2dfb4305aecb3a6e5494db6b8f6e48a09b420.zip
reflect: add TypeFor
Fixes #60088 Change-Id: I7b43d329def22c2524501ba1d6bfc73becc823d1 GitHub-Last-Rev: becd714c4562da4a3280c3a56ebaf246e48e9f37 GitHub-Pull-Request: golang/go#61598 Reviewed-on: https://go-review.googlesource.com/c/go/+/513478 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/60088.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/60088.txt b/api/next/60088.txt
new file mode 100644
index 0000000000..6eacb139a7
--- /dev/null
+++ b/api/next/60088.txt
@@ -0,0 +1 @@
+pkg reflect, func TypeFor[$0 interface{}]() Type #60088