golang/fedora.go
David Benoit d94712b6b9 Update to Go 1.24.3 (fips-1)
Resolves: RHEL-83439
Resolves: RHEL-85268
Resolves: RHEL-87632
Resolves: RHEL-91312
Resolves: RHEL-92023
2025-05-16 16:25:33 -04:00

12 lines
248 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")
}