Example gRPC App protoc --go_out=. --go-grpc_out=. internal/proto/echo/*.proto Build & Run go build -o ./bin/grpcservice ./cmd ./bin/grpcservice Run go run ./cmd