mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Gofmt
This commit is contained in:
parent
0146f65a44
commit
ae72c2f4d6
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ func main() {
|
||||||
docker.SysInit()
|
docker.SysInit()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
host:= "127.0.0.1"
|
host := "127.0.0.1"
|
||||||
port:= 4243
|
port := 4243
|
||||||
// FIXME: Switch d and D ? (to be more sshd like)
|
// FIXME: Switch d and D ? (to be more sshd like)
|
||||||
flDaemon := flag.Bool("d", false, "Daemon mode")
|
flDaemon := flag.Bool("d", false, "Daemon mode")
|
||||||
flDebug := flag.Bool("D", false, "Debug mode")
|
flDebug := flag.Bool("D", false, "Debug mode")
|
||||||
|
|
Loading…
Reference in a new issue