Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

README.md #32

Open
macedemo opened this issue Nov 21, 2017 · 0 comments · May be fixed by #36
Open

README.md #32

macedemo opened this issue Nov 21, 2017 · 0 comments · May be fixed by #36

Comments

@macedemo
Copy link

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 does not this just get the gvt src thus need to craete the gvt executable and install it? i.e. gvt is not found for me.

Next not sure the next directions are correct either WRT cd $GOPATH/src/github.com/microservices-demo/payment/paymentsvc/
I cloned the repo to my local machine and no such paymentsvc directory exists at that level but in a sub directory of cmd i.e. $GOPATH/github.com/microservices-demo/payment/cmd/paymentsvc

pfandzelter added a commit to pfandzelter/payment that referenced this issue May 5, 2020
`gvt` is deprecated, Go modules are the way to go. Fortunately `go mod` understands `gvt` manifests so building the project is easy now.

Fixes microservices-demo#32 and microservices-demo#33
@pfandzelter pfandzelter linked a pull request May 5, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant