Sign in
chromium
/
external
/
github.com
/
opencontainers
/
runc
/
refs/tags/v1.0.0-rc3
/
.
/
main_unsupported.go
blob: 4d69931a6ad922a75bc90b99ec8f8d3c2b76bef6 [
file
] [
log
] [
blame
]
// +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
)