runc/main_unsupported.go

14 lines
241 B
Go
Raw Normal View History

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