summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorhopehook <hopehook@qq.com>2023-01-03 16:23:16 +0800
committerGopher Robot <gobot@golang.org>2023-01-24 22:06:45 +0000
commit0b3f58c48e3298e49e27f80dc748f0652339d63e (patch)
treeb97cd822afb25332f99f90630c931a3d1ccc8f94 /api
parent43f9b826c322d5541ca0260f8b0c9b71db0f7ec8 (diff)
downloadgo-git-0b3f58c48e3298e49e27f80dc748f0652339d63e.tar.gz
bytes, strings: add ContainsFunc
Fixes #54386. Change-Id: I78747da337ed6129e4f7426dd0483a644bed82e3 Reviewed-on: https://go-review.googlesource.com/c/go/+/460216 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: hopehook <hopehook@golangcn.org> Auto-Submit: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/next/54386.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/54386.txt b/api/next/54386.txt
new file mode 100644
index 0000000000..742751ebbf
--- /dev/null
+++ b/api/next/54386.txt
@@ -0,0 +1,2 @@
+pkg bytes, func ContainsFunc([]uint8, func(int32) bool) bool #54386
+pkg strings, func ContainsFunc(string, func(int32) bool) bool #54386