aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorCuong Manh Le <cuong.manhle.vn@gmail.com>2023-08-08 12:58:33 +0700
committerGopher Robot <gobot@golang.org>2024-04-02 21:51:18 +0000
commitd08a957298c961a26436d3991028f68ff36cfbfc (patch)
tree38bab08b7ed6a1b009008f862f48f237ad8ec0b6 /api
parent3d61f24835e477250c98da846206d573a907099c (diff)
downloadgo-d08a957298c961a26436d3991028f68ff36cfbfc.tar.gz
go-d08a957298c961a26436d3991028f68ff36cfbfc.zip
all: add reflect.SliceAt function
Fixes #61308 Change-Id: Ic17d737fda055a60779985d5da497745c80d5cfa Reviewed-on: https://go-review.googlesource.com/c/go/+/516597 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/61308.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/61308.txt b/api/next/61308.txt
new file mode 100644
index 0000000000..73a6035480
--- /dev/null
+++ b/api/next/61308.txt
@@ -0,0 +1 @@
+pkg reflect, func SliceAt(Type, unsafe.Pointer, int) Value #61308