all: Go 1.21 support

This commit is contained in:
Ayke van Laethem
2023-07-06 12:01:52 +02:00
committed by Ron Evans
parent c25dd0a972
commit a93f0ed12a
16 changed files with 76 additions and 20 deletions
+4 -1
View File
@@ -5,11 +5,14 @@ type Frames struct {
}
type Frame struct {
PC uintptr
Func *Func
Function string
File string
Line int
PC uintptr
}
func CallersFrames(callers []uintptr) *Frames {