badu / goauth2

Automatically exported from code.google.com/p/goauth2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

http.Values in current go version #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Fix attached.

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

Attachments:

GoogleCodeExporter commented 9 years ago
Er, without the typo this time.

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

GoogleCodeExporter commented 9 years ago
And with it attached.

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

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks! :-)

I dropped the logging stuff, though.

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