raven/extras/golang/fedora.go

8 lines
86 B
Go
Raw Normal View History

2024-02-21 13:47:54 +06:00
// +build rpm_crashtraceback
package runtime
func init() {
setTraceback("crash")
}