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

Correction in the use exemple in the README.md and doc.go files #325

Merged
merged 1 commit into from
Jun 25, 2019

Conversation

pedropinheiro75
Copy link
Contributor

  • Add the context in the send method in the README.md and doc.go files.

The req.Send method used in the initial example of SDK needs to pass the context parameter or the following error is displayed:

not enough arguments in call to req.Send
        have ()
        want (context.Context)

* Add the context in the send method in the README.md and doc.go files.
@jasdel
Copy link
Contributor

jasdel commented Jun 25, 2019

Thanks for fixing this typo in the SDK's README example @pedropinheiro75 . We'll get this change merged in.

@jasdel jasdel merged commit 76aec52 into aws:master Jun 25, 2019
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

Successfully merging this pull request may close these issues.

2 participants