golang Implemented Simple Distributed System Installation git clone https://github.com/reggiepy/distributed.git go mod tidy cd distributed Usage go run cmd/registryservice/main.go go run cmd/logservice/main.go go run cmd/gradingservice/main.go go run cmd/portal/main.go Architecture