Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Files

Latest commit

a9e95bc · Oct 13, 2020

History

History
This branch is 2 commits ahead of, 1867 commits behind GoogleCloudPlatform/microservices-demo:main.

shippingservice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 15, 2020
Aug 4, 2018
Oct 13, 2020
Mar 26, 2020
Jul 26, 2018
Oct 13, 2020
Oct 13, 2020
Apr 13, 2020
Sep 25, 2018
Aug 4, 2018
Jul 26, 2018

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 .