The Shipping service provides price quote, tracking IDs, and the impression of order fulfillment & shipping processes.
Run the following command to restore dependencies to vendor/
directory:
dep ensure --vendor-only
From repository root, run:
docker build --file src/shippingservice/Dockerfile .
go test .