# Go-OAuth Go-OAuth is a [Go](http://golang.org/) client for the OAuth 1.0, OAuth 1.0a and RFC 5849. ## Installation Use the [go tool](http://weekly.golang.org/cmd/go/) to install Go-OAuth: go get github.com/garyburd/go-oauth/oauth ##License Go-OAuth is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). ## Documentation - [Reference](http://godoc.org/github.com/garyburd/go-oauth/oauth) - [Twitter Example](http://github.com/garyburd/go-oauth/tree/master/examples/twitter) - [Dropbox Example](http://github.com/garyburd/go-oauth/tree/master/examples/dropbox) - [Netflix Example](http://github.com/garyburd/go-oauth/tree/master/examples/netflix)