binctr/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go
Jess Frazelle 3cf304f3e1 updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
2016-04-15 21:53:49 -07:00

5 lines
63 B
Go

package stacktrace
type Stacktrace struct {
Frames []Frame
}