orbiter/vendor/github.com/opencontainers/runc/main_unsupported.go
Gianluca Arbezzano 747f564a7a First commit
2017-02-21 00:07:57 +00:00

14 lines
232 B
Go

// +build !linux
package main
import "github.com/codegangsta/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
)