To run you must have go installed and working. You can get started at: https://go.dev/doc/tutorial/getting-started
To run the example, open two instances of powershell or any console, one at tcpclient folder and one at tcpserver folder.
run tcpserver first by typing:
go run .
then run same command on tcpclient console and they should send and receive packets between them.
To close the server hit CTRL + C