- Clone this repository.
- Initialize and tidy the Go modules to set up the project.
go mod init go mod tidy
This project consists of two servers, Server1 and Server2, each with equivalent functionalities but different implementations.
go run main.go 1
go run main.go 2