These files are for testing golang's concurrent writing to the same connection (net.Conn), specifically through a unix socket. To see if concurrent use of net.Conn would lead to contemination of data beting sent.
The file client.go
will is program to send multiple data stream of repeated characters to the
unix socket "./echo.sock". The number of streams is declared by the arguments of the client.go