Gary Burd d051d29231 Add client and server example 10 tahun lalu
..
README.md d051d29231 Add client and server example 10 tahun lalu
client.go d051d29231 Add client and server example 10 tahun lalu
server.go d051d29231 Add client and server example 10 tahun lalu

README.md

Client and server example

This example shows a simple client and server.

The server echoes messages sent to it. The client sends a message every five seconds and prints all messages received.

To run the example, start the server:

$ go run server.go

Next, start the client:

$ go run client.go