k3s/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go
Darren Shepherd fa08d6076c Update vendor
2019-01-11 21:58:27 -07:00

6 lines
63 B
Go

package stacktrace
type Stacktrace struct {
Frames []Frame
}