- Change directory to the directory of
main.go
andgo.mod
. - Build Executable Files
- For server
go build -i -v -o bin/server
- For client
go build -i -v -o bin/client
- For server
- Run Executable Files
- For server
./bin/server
- For client
./bin/client
- For server