-
Notifications
You must be signed in to change notification settings - Fork 25
Description
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)