golang/fedora.go
David Benoit 3384374ae9 Update to Go 1.24.3
Resolves: RHEL-87633
Resolves: RHEL-85255
Resolves: RHEL-33420
2025-05-19 09:50:56 -04:00

13 lines
249 B
Go

//go:build rpm_crashtraceback
// +build rpm_crashtraceback
// Copyright 2017 The Fedora Project Contributors. All rights reserved.
// Use of this source code is governed by the MIT license.
package runtime
func init() {
setTraceback("crash")
}