reg/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00

6 lines
63 B
Go

package stacktrace
type Stacktrace struct {
Frames []Frame
}