mrjones / oauth

OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269 stars 119 forks source link

Return early on err #54

Closed arlolra closed 8 years ago

arlolra commented 8 years ago

Avoid dereference

mrjones commented 8 years ago

Thanks for the patch!