diff options
| author | Carl Johnson <me@carlmjohnson.net> | 2023-09-22 21:03:27 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-09-25 14:30:20 +0000 |
| commit | 80e642cb7a73a7bc1169655bc299abe8629475dc (patch) | |
| tree | bca83b01aeca593788bb112d64cdbad67a64dfb9 /api | |
| parent | 81c5d92f525d46113475d2972775d141f6d487ca (diff) | |
| download | go-80e642cb7a73a7bc1169655bc299abe8629475dc.tar.xz | |
cmp: add Or
Fixes #60204
Change-Id: I1234cacf0f25097d034038bcfb33f6630373a057
GitHub-Last-Rev: e9098ed8b3dd9125661e4340ffe01d846670ba0f
GitHub-Pull-Request: golang/go#60931
Reviewed-on: https://go-review.googlesource.com/c/go/+/504883
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: qiulaidongfeng <2645477756@qq.com>
Diffstat (limited to 'api')
| -rw-r--r-- | api/next/60204.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/60204.txt b/api/next/60204.txt new file mode 100644 index 0000000000..62dddc620c --- /dev/null +++ b/api/next/60204.txt @@ -0,0 +1 @@ +pkg cmp, func Or[$0 comparable](...$0) $0 #60204 |
