Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 351 Bytes

File metadata and controls

23 lines (14 loc) · 351 Bytes

Shipping Service

The Shipping service provides price quote, tracking IDs, and the impression of order fulfillment & shipping processes.

Local

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only

Build

From src/shippingservice, run:

docker build ./

Test

go test .