gogui-client — Connects to a remote Go program supporting the Go Text Protocol.
gogui-client [-config file] [-timeout sec] hostname port
gogui-client -help
gogui-client -version
Connects to a Go program supporting Go Text Protocol on a remote
computer, with host name hostname
on port port, and connects the network output
and input stream to standard input and output.
-config file
Read command line options and arguments from the given file.
-helpDisplay help and exit.
-timeout secondsTimeout for stopping trying to connect. Connection is tried every 5 seconds after connection failures until the timeout is reached. Default is 10 seconds.
-versionPrint version and exit.