4 lines
68 B
Bash
4 lines
68 B
Bash
$ go run tcp-client.go
|
|
Sending: hello world
|
|
Received: hello world
|
$ go run tcp-client.go
|
|
Sending: hello world
|
|
Received: hello world
|