github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/main_unsupported.go (about)

     1  // +build !linux,!solaris
     2  
     3  package main
     4  
     5  import "github.com/urfave/cli"
     6  
     7  var (
     8  	checkpointCommand cli.Command
     9  	eventsCommand     cli.Command
    10  	restoreCommand    cli.Command
    11  	specCommand       cli.Command
    12  	killCommand       cli.Command
    13  )