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 tried building the image by first cloning the repo of the catalogue here to my machine and then ran a docker build for the catalogue folder which container Dockerfile but I am experiencing the below error, is there any work around it?
can't load package: package github.com/microservices-demo/catalogue/cmd/cataloguesvc: cannot find package "github.com/microservices-demo/catalogue/cmd/cataloguesvc" in any of:
/usr/local/go/src/github.com/microservices-demo/catalogue/cmd/cataloguesvc (from $GOROOT)
/go/src/github.com/microservices-demo/catalogue/cmd/cataloguesvc (from $GOPATH)
Thank you.
The text was updated successfully, but these errors were encountered:
I tried building the image by first cloning the repo of the catalogue here to my machine and then ran a docker build for the catalogue folder which container Dockerfile but I am experiencing the below error, is there any work around it?
can't load package: package github.com/microservices-demo/catalogue/cmd/cataloguesvc: cannot find package "github.com/microservices-demo/catalogue/cmd/cataloguesvc" in any of:
/usr/local/go/src/github.com/microservices-demo/catalogue/cmd/cataloguesvc (from $GOROOT)
/go/src/github.com/microservices-demo/catalogue/cmd/cataloguesvc (from $GOPATH)
Thank you.
did you able to find the solution?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I tried building the image by first cloning the repo of the catalogue here to my machine and then ran a docker build for the catalogue folder which container Dockerfile but I am experiencing the below error, is there any work around it?
can't load package: package github.com/microservices-demo/catalogue/cmd/cataloguesvc: cannot find package "github.com/microservices-demo/catalogue/cmd/cataloguesvc" in any of:
/usr/local/go/src/github.com/microservices-demo/catalogue/cmd/cataloguesvc (from $GOROOT)
/go/src/github.com/microservices-demo/catalogue/cmd/cataloguesvc (from $GOPATH)
Thank you.
The text was updated successfully, but these errors were encountered: