You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Fixesmicroservices-demo#32 and microservices-demo#33
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
The text was updated successfully, but these errors were encountered: