1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 19:16:13 +00:00
os/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00

6 lines
63 B
Go

package stacktrace
type Stacktrace struct {
Frames []Frame
}