mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
Gofmt
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ func main() {
|
||||
docker.SysInit()
|
||||
return
|
||||
}
|
||||
host:= "127.0.0.1"
|
||||
port:= 4243
|
||||
host := "127.0.0.1"
|
||||
port := 4243
|
||||
// FIXME: Switch d and D ? (to be more sshd like)
|
||||
flDaemon := flag.Bool("d", false, "Daemon mode")
|
||||
flDebug := flag.Bool("D", false, "Debug mode")
|
||||
|
||||
Reference in New Issue
Block a user