golang/fedora.go
Petr Šabata b8b5adfbc1 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/golang#d7ab7974630dda1bcbf3f12f18c3d9f1d109b22e
2020-10-15 02:06:09 +02:00

8 lines
86 B
Go

// +build rpm_crashtraceback
package runtime
func init() {
setTraceback("crash")
}