diff options
| author | Alan Donovan <adonovan@google.com> | 2024-05-15 17:41:56 -0400 |
|---|---|---|
| committer | Alan Donovan <adonovan@google.com> | 2024-05-16 15:19:04 +0000 |
| commit | a22cb5cabe2bcc8ed02c43a66a1bd319cb28e89c (patch) | |
| tree | bee3ad25c96cc9752b1aefdf1c89986dfc72426b /api | |
| parent | 6cd066f8b22290a1737a19d25f5dd899f720180a (diff) | |
| download | go-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.txt | 2 |
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 |
