Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get github.com/h2ik/go-sqs-poller/v3/worker cannot find package #11

Open
danielortizglobant opened this issue Sep 4, 2020 · 1 comment

Comments

@danielortizglobant
Copy link

Hi
when i try to created a new worker, the app fails with this error


go get github.com/h2ik/go-sqs-poller/v3/worker
cannot find package "github.com/h2ik/go-sqs-poller/v3/worker"
@jwhitcraft
Copy link
Member

To do think without using go modules you need to do this:

export GO111MODULE=on
go get github.com/h2ik/go-sqs-poller/v3/worker

and it will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants