mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
82050a5b8f
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
14 lines
241 B
Go
14 lines
241 B
Go
// +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
|
|
)
|