blob: 2e0c1b32e3a9b839aee304433101dc9e3a1a9ba2 [file] [log] [blame]
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.23
// +build go1.23
package crashmonitor
import "runtime/debug"
func init() {
setCrashOutput = debug.SetCrashOutput
}