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