Go-OAuth is a Go client for the OAuth 1.0 Protocol.
Use the go tool to install Go-OAuth:
go get github.com/garyburd/go-oauth/oauth
##License
Go-OAuth is available under the Apache License, Version 2.0.
- Reference
- Twitter Example - Login to Twitter with OAuth and display home timeline.
- Dropbox Example - Login to Dropbox and display account info.