Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 791 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 791 Bytes

OrderManagement Service and Client - Go Implementation

Building and Running Service

In order to build, Go to Go module root directory location (loadbalancing/echo/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 (loadbalancing/echo/go/server) and execute the following shell command,

./bin/server

Building and Running Client

In order to build, Go to Go module root directory location (loadbalancing/echo/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 (loadbalancing/echo/go/client) and execute the following shell command,

./bin/client