1 // +build rpm_crashtraceback 2 3 package runtime 4 5 func init() { 6 setTraceback("crash") 7 } 8
View as plain text