1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-04-20 07:07:47 +03:00
runc/libcontainer/stacktrace/stacktrace.go
Michael Crosby 8f97d39dd2 Move libcontainer into subdirectory
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-06-21 19:29:15 -07:00

6 lines
63 B
Go

package stacktrace
type Stacktrace struct {
Frames []Frame
}