Oreon-Lime-R2/golang/fedora.go

7 lines
86 B
Go

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