microservices-demo/src/checkoutservice
Ahmet Alp Balkan a9e95bc05c
Move to go modules (#410)
Simplifies and modernizes the go build process.
Old vs new build times (without cache):

- frontend: 185s vs 33s.
- productcatalog: 190s vs 30s.
- shippingservice: 200s vs 36s.
- checkoutservice: 129s vs 27s.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-10-13 13:05:53 -07:00
..
genproto Add licenses (#367) 2020-07-15 11:56:37 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
.dockerignore go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
Dockerfile Move to go modules (#410) 2020-10-13 13:05:53 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
go.mod Move to go modules (#410) 2020-10-13 13:05:53 -07:00
go.sum Move to go modules (#410) 2020-10-13 13:05:53 -07:00
main.go Fix multiply item price by quantity (#378) 2020-10-13 12:25:06 -07:00

README.md

checkoutservice

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

dep ensure --vendor-only