09/17/2023
Do you want to learn how to create your own custom protocol using net package and tcp connections in go, look no further.
This is the first part of building our own simple protocol in golang using TCP net listener.Github: https://github.com/dsysd-dev/go-learning-series/tree/main...