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