b8b5adfbc1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/golang#d7ab7974630dda1bcbf3f12f18c3d9f1d109b22e
8 lines
86 B
Go
8 lines
86 B
Go
// +build rpm_crashtraceback
|
|
|
|
package runtime
|
|
|
|
func init() {
|
|
setTraceback("crash")
|
|
}
|