https://github.com/globocom/galf
Go OAuth2 Client
https://github.com/globocom/galf
Last synced: 11 months ago
JSON representation
Go OAuth2 Client
- Host: GitHub
- URL: https://github.com/globocom/galf
- Owner: globocom
- License: mit
- Created: 2015-09-15T19:20:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T22:48:29.000Z (about 1 year ago)
- Last Synced: 2025-08-13T22:43:09.837Z (12 months ago)
- Language: Go
- Size: 94.7 KB
- Stars: 19
- Watchers: 78
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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