request-catcher icon indicating copy to clipboard operation
request-catcher copied to clipboard

getting errors while trying to run locally

Open azeemgujjar opened this issue 2 years ago • 1 comments

go run main.go "config/development.json"

main.go:17:2: cannot find package "github.com/jbowens/request-catcher/catcher" in any of:
        /usr/local/go/src/github.com/jbowens/request-catcher/catcher (from $GOROOT)
        /home/cartlow/go/src/github.com/jbowens/request-catcher/catcher (from $GOPATH)

azeemgujjar avatar Jul 27 '22 10:07 azeemgujjar

Is the repository checked out in your GOPATH? eg, /home/cartlow/go/src/github.com/jbowens/request-catcher?

https://go.dev/doc/gopath_code

jbowens avatar Jul 27 '22 13:07 jbowens