This commit is contained in:
2023-09-03 12:11:35 +10:00
parent 91147f073f
commit badd2e3543
10 changed files with 343 additions and 49 deletions

7
debugframes/panic.go Normal file
View File

@@ -0,0 +1,7 @@
package debugframes
type PanicTrace []byte
func (p PanicTrace) Error() string {
return "[panic trace available]"
}