aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2024-05-15 17:41:56 -0400
committerAlan Donovan <adonovan@google.com>2024-05-16 15:19:04 +0000
commita22cb5cabe2bcc8ed02c43a66a1bd319cb28e89c (patch)
treebee3ad25c96cc9752b1aefdf1c89986dfc72426b /api
parent6cd066f8b22290a1737a19d25f5dd899f720180a (diff)
downloadgo-a22cb5cabe2bcc8ed02c43a66a1bd319cb28e89c.tar.xz
runtime/debug: eliminate temporary variadicity from SetCrashOutput
Updates #67182 Change-Id: I33fc8c515f4a9d120262ba30f61aea80ede5e9f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/585420 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Austin Clements <austin@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/42888.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/next/42888.txt b/api/next/42888.txt
index dcba97b9fa..279536f2ab 100644
--- a/api/next/42888.txt
+++ b/api/next/42888.txt
@@ -1,2 +1,2 @@
pkg runtime/debug, type CrashOptions struct #67182
-pkg runtime/debug, func SetCrashOutput(*os.File, ...CrashOptions) error #42888
+pkg runtime/debug, func SetCrashOutput(*os.File, CrashOptions) error #42888