mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +08:00
The package got moved to a different repository Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
14 lines
236 B
Go
14 lines
236 B
Go
// +build !linux,!solaris
|
|
|
|
package main
|
|
|
|
import "github.com/urfave/cli"
|
|
|
|
var (
|
|
checkpointCommand cli.Command
|
|
eventsCommand cli.Command
|
|
restoreCommand cli.Command
|
|
specCommand cli.Command
|
|
killCommand cli.Command
|
|
)
|