aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2024-05-15 14:55:19 -0400
committerAlan Donovan <adonovan@google.com>2024-05-15 21:04:14 +0000
commit3f7a030e02c31aaf28e8e107270d6b33920c1cae (patch)
tree98c6f48e4e547d0e28f3fc04fbe69ce7294154e7 /doc
parent3d80761531a6eb02934bc6b7236d77723f0b54fe (diff)
downloadgo-3f7a030e02c31aaf28e8e107270d6b33920c1cae.tar.gz
go-3f7a030e02c31aaf28e8e107270d6b33920c1cae.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/runtime/debug/67182.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/runtime/debug/67182.md b/doc/next/6-stdlib/99-minor/runtime/debug/67182.md
new file mode 100644
index 0000000000..d83864a3db
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/runtime/debug/67182.md
@@ -0,0 +1 @@
+<!-- pacify TestCheckAPIFragments --> \ No newline at end of file