perkeep/vendor/github.com/garyburd/go-oauth
Brad Fitzpatrick 75d60962f6 Move remaining stuff in third_party/* to vendor/*
Change-Id: Ifbcc02817083cba68d8c1acec3e6ec50e8f61149
2016-04-20 16:49:15 -07:00
..
oauth Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
.gitignore Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
README.markdown Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00

README.markdown

Go-OAuth

Go-OAuth is a Go client for the OAuth 1.0, OAuth 1.0a and RFC 5849.

Installation

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.

Documentation