package
0.0.0-20240926225535-323081ba6986
Repository: https://github.com/voukatas/golang-projects.git
Documentation: pkg.go.dev
# README
Go Echo Server
A simple TCP echo server written in Go. This server listens for incoming connections on port 5000 and echoes back any text it receives, line by line.
Getting Started
go run echo_server.go