]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: add SetCrashOutput(...CrashOptions) parameter
authorAlan Donovan <adonovan@google.com>
Wed, 15 May 2024 18:55:19 +0000 (14:55 -0400)
committerAlan Donovan <adonovan@google.com>
Wed, 15 May 2024 21:04:14 +0000 (21:04 +0000)
commit3f7a030e02c31aaf28e8e107270d6b33920c1cae
tree98c6f48e4e547d0e28f3fc04fbe69ce7294154e7
parent3d80761531a6eb02934bc6b7236d77723f0b54fe
runtime/debug: add SetCrashOutput(...CrashOptions) parameter

This is a placeholder for future options (e.g. JSON).

The parameter is temporarily variadic to avoid breaking
x/telemetry (see CL 585378), but I plan to remove
the "..." later this week.

Updates #67182

Change-Id: I3f6f39455d852f92902f8e3f007d3093cbe555db
Reviewed-on: https://go-review.googlesource.com/c/go/+/585557
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Austin Clements <austin@google.com>
api/next/42888.txt
doc/next/6-stdlib/99-minor/runtime/debug/67182.md [new file with mode: 0644]
src/runtime/debug/stack.go