This is my solution for the Build your own Redis challenge on codecrafters.io written in Go.
Running the Go application will start a TCP server on 6379 port. In order to interact with the redis-server, one has to establish a connection via tool such as netcat.
The connection could be established also by using redis client (e.g go-redis).