blob: 5e8b58d2d28b58803e490c8ec32b4652f83d6b64 [file] [log] [blame]
package stacktrace
type Stacktrace struct {
Frames []Frame
}