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

Documentation update #11

Open
kanazir opened this issue Oct 20, 2024 · 0 comments
Open

Documentation update #11

kanazir opened this issue Oct 20, 2024 · 0 comments

Comments

@kanazir
Copy link

kanazir commented Oct 20, 2024

It looks like Dial() function has bad description in the README file.

It says we should connect to the server like this:

c, err := beanstalk.Dial("tcp", "127.0.0.1:11300")

But, the command accepts just host:port parameter:

c, err := beanstalk.Dial("127.0.0.1:11300")
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

1 participant