In order to build, Go to Go
module root directory location (deadlines/order-service/go/server) and execute the following
shell command,
go build -i -v -o bin/server
In order to run, Go to Go
module root directory location (deadlines/order-service/go/server) and execute the following
shell command,
./bin/server
In order to build, Go to Go
module root directory location (deadlines/order-service/go/client) and execute the following
shell command,
go build -i -v -o bin/client
In order to run, Go to Go
module root directory location (deadlines/order-service/go/client) and execute the following
shell command,
./bin/client
protoc -I order-service-gen/ order-service-gen/order_management.proto --go_out=plugins=grpc:order-service-gen
go get -u github.com/grpc-up-and-running/samples/ch05/deadlines/order-service/go/order-service-gen