Sign in
chromium
/
external
/
github.com
/
docker
/
runc
/
refs/heads/1.12.x
/
.
/
main_unsupported.go
blob: 4d69931a6ad922a75bc90b99ec8f8d3c2b76bef6 [
file
] [
log
] [
blame
] [
edit
]
// +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
)