Results 3 issues of Frank G

I followed the instructions here: https://microservices-demo.github.io/docs/quickstart.html $git clone https://github.com/microservices-demo/microservices-demo $cd microservices-demo $docker-compose -f deploy/docker-compose/docker-compose.yml up -d And the services started but when I did the load test 100% of the...

bug
priority

Well I think the readme is a bit off on what you need to go get as needed to go get a lot of packages that where missing to perform...

I followed the readme and not sure the directions are up to date. I did Dependencies cd $GOPATH/src/github.com/microservices-demo/payment/ go get -u github.com/FiloSottile/gvt gvt restore I'm not a go developer but...