mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 22:37:14 +08:00
7760faaab4
This helps aid our effort of returning useful errors. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
6 lines
63 B
Go
6 lines
63 B
Go
package stacktrace
|
|
|
|
type Stacktrace struct {
|
|
Frames []Frame
|
|
}
|