An open API service indexing awesome lists of open source software.

https://github.com/globocom/galf

Go OAuth2 Client
https://github.com/globocom/galf

Last synced: 11 months ago
JSON representation

Go OAuth2 Client

Awesome Lists containing this project

README

          

# GALF

[![][godoc-badge]][godoc-link]
[![][travis-badge]][travis-link]
[![][coverage-badge]][coverage-link]
![][go-version]

Go OAuth2 Client

## Installation

Assuming you have a working Go environment:

```shell
go get github.com/globocom/galf
```

[go-version]: https://img.shields.io/badge/Go->=1.6-6DD2F0.svg
[coverage-badge]: https://coveralls.io/repos/github/globocom/galf/badge.svg?branch=master
[coverage-link]: https://coveralls.io/github/globocom/galf?branch=master
[travis-badge]: https://travis-ci.org/globocom/galf.svg?branch=master
[travis-link]: https://travis-ci.org/globocom/galf
[godoc-badge]: https://godoc.org/github.com/globocom/galf?status.svg
[godoc-link]: https://godoc.org/github.com/globocom/galf