payment
payment copied to clipboard
`gvt` is deprecated, Go modules are the way to go. Fortunately `go mod` understands `gvt` manifests so building the project is easy now. Fixes #32 and #33
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...