Changed category for the Go Facebook API.

This commit is contained in:
Paolo Ibarra 2014-07-11 12:49:25 +08:00
parent 54b7504b44
commit 66cae68839

View File

@ -9,6 +9,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
### Contents ### Contents
- [Awesome Go](#awesome-go) - [Awesome Go](#awesome-go)
- [API Libraries](#api-libraries)
- [Audio & Music](#audiomusic) - [Audio & Music](#audiomusic)
- [Authentication & OAuth](#authentication--oauth) - [Authentication & OAuth](#authentication--oauth)
- [CUI](#cui) - [CUI](#cui)
@ -30,7 +31,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [ORM](#orm) - [ORM](#orm)
- [Package Management](#package-management) - [Package Management](#package-management)
- [Science and Data Analysis](#science-and-data-analysis) - [Science and Data Analysis](#science-and-data-analysis)
- [Social Network](#social-network)
- [Template Engines](#template-engines) - [Template Engines](#template-engines)
- [Testing](#testing) - [Testing](#testing)
- [Text Processing](#text-processing) - [Text Processing](#text-processing)
@ -56,6 +56,13 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
## API Libraries
*Libraries for APIs.*
* [facebook](https://github.com/huandu/facebook) - Go Library that supports the Facebook Graph API
## Audio/Music ## Audio/Music
*Libraries for manipulating audio.* *Libraries for manipulating audio.*
@ -313,12 +320,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data. * [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data.
* [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. * [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code.
## Social Network
*Libraries for social network APIs.*
* [facebook](https://github.com/huandu/facebook) - Go Library that supports the Facebook Graph API
## Template Engines ## Template Engines
*Libraries and tools for templating and lexing.* *Libraries and tools for templating and lexing.*