2019-09-30 10:53:48 -04:00

6 lines
63 B
Go

package stacktrace
type Stacktrace struct {
Frames []Frame
}