traefik/vendor/github.com/opencontainers/runc/main_unsupported.go
2017-03-09 13:13:02 +01:00

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
)