Gary Burd 7f59b56ea4 Fix DefaultDialar value преди 10 години
..
README.md d051d29231 Add client and server example преди 10 години
client.go 7f59b56ea4 Fix DefaultDialar value преди 10 години
server.go 13e4d0621c Do not build files in echo example преди 10 години

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