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

http.Values in current go version #1

Closed
GoogleCodeExporter opened this issue Jan 29, 2016 · 4 comments
Closed

http.Values in current go version #1

GoogleCodeExporter opened this issue Jan 29, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

google changed the http package, and this is now broken.
http://code.google.com/p/go/source/detail?r=1a47bb34b2bac6341e2ed98c8da45a964d95
4cb9

oauth.go:183: cannot use form (type map[string] string) as type http.Values in 
function argument

Original issue reported on code.google.com by reneh...@googlemail.com on 9 Jun 2011 at 8:05

@GoogleCodeExporter
Copy link
Author

Fix attached.

Original comment by bradfitz@golang.org on 14 Jun 2011 at 7:09

Attachments:

@GoogleCodeExporter
Copy link
Author

Er, without the typo this time.

Original comment by bradfitz@golang.org on 15 Jun 2011 at 12:28

@GoogleCodeExporter
Copy link
Author

And with it attached.

Original comment by bradfitz@golang.org on 15 Jun 2011 at 12:28

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks! :-)

I dropped the logging stuff, though.

Original comment by a...@golang.org on 15 Jun 2011 at 5:32

  • Changed state: Fixed

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

No branches or pull requests

1 participant