Skip to content
代码片段 群组 项目
zhouliang 的头像
zhou liang 编辑于
b313386b

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 .