mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-01 04:08:05 +00:00
6 lines
63 B
Go
6 lines
63 B
Go
package stacktrace
|
|
|
|
type Stacktrace struct {
|
|
Frames []Frame
|
|
}
|