28956fb240
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com> |
||
---|---|---|
.. | ||
genproto | ||
Dockerfile | ||
genproto.sh | ||
main.go | ||
quote.go | ||
README.md | ||
shippingservice_test.go | ||
tracker.go |
Shipping Service
The Shipping service provides price quote, tracking IDs, and the impression of order fulfillment & shipping processes.
Build
From repository root, run:
docker build --file src/shippingservice/Dockerfile .
Test
go test .