mirror of https://github.com/docker/docs.git
go fmt
Docker-DCO-1.1-Signed-off-by: Ben Firshman <ben@firshman.co.uk> (github: bfirsh)
This commit is contained in:
parent
0d7cf7415d
commit
adcff5d700
|
|
@ -18,8 +18,7 @@ func main() {
|
|||
app.Name = "swarmd"
|
||||
app.Usage = "Compose distributed systems from lightweight services"
|
||||
app.Version = "0.0.1"
|
||||
app.Flags = []cli.Flag{
|
||||
}
|
||||
app.Flags = []cli.Flag{}
|
||||
app.Action = cmdDaemon
|
||||
app.Run(os.Args)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue