mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
14 lines
232 B
Go
14 lines
232 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
import "github.com/codegangsta/cli"
|
|
|
|
var (
|
|
checkpointCommand cli.Command
|
|
eventsCommand cli.Command
|
|
restoreCommand cli.Command
|
|
specCommand cli.Command
|
|
killCommand cli.Command
|
|
)
|