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
I am new here :) I cloned your repo and I am getting this error any idea? franciss-MBP:rest-api francisisabel$ go run main.go main.go:8:2: cannot find package "github.com/johan-lejdung/go-microservice-api-guide/rest-api/db" in any of: /Users/francisisabel/workspace/src/go-microservice-api-guide/rest-api/vendor/github.com/johan-lejdung/go-microservice-api-guide/rest-api/db (vendor tree) /usr/local/opt/go/libexec/src/github.com/johan-lejdung/go-microservice-api-guide/rest-api/db (from $GOROOT) /Users/francisisabel/workspace/src/github.com/johan-lejdung/go-microservice-api-guide/rest-api/db (from $GOPATH) main.go:9:2: cannot find package "github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app" in any of: /Users/francisisabel/workspace/src/go-microservice-api-guide/rest-api/vendor/github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app (vendor tree) /usr/local/opt/go/libexec/src/github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app (from $GOROOT) /Users/francisisabel/workspace/src/github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app (from $GOPATH)
The text was updated successfully, but these errors were encountered:
I am new here :) I cloned your repo and I am getting this error any idea?
franciss-MBP:rest-api francisisabel$ go run main.go main.go:8:2: cannot find package "github.com/johan-lejdung/go-microservice-api-guide/rest-api/db" in any of: /Users/francisisabel/workspace/src/go-microservice-api-guide/rest-api/vendor/github.com/johan-lejdung/go-microservice-api-guide/rest-api/db (vendor tree) /usr/local/opt/go/libexec/src/github.com/johan-lejdung/go-microservice-api-guide/rest-api/db (from $GOROOT) /Users/francisisabel/workspace/src/github.com/johan-lejdung/go-microservice-api-guide/rest-api/db (from $GOPATH) main.go:9:2: cannot find package "github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app" in any of: /Users/francisisabel/workspace/src/go-microservice-api-guide/rest-api/vendor/github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app (vendor tree) /usr/local/opt/go/libexec/src/github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app (from $GOROOT) /Users/francisisabel/workspace/src/github.com/johan-lejdung/go-microservice-api-guide/tree/master/rest-api/app (from $GOPATH)
The text was updated successfully, but these errors were encountered: