From 66cae68839641a1aaa44fe140beb5087cb7918aa Mon Sep 17 00:00:00 2001 From: Paolo Ibarra Date: Fri, 11 Jul 2014 12:49:25 +0800 Subject: [PATCH] Changed category for the Go Facebook API. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 98d5dc0..a30a541 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ### Contents - [Awesome Go](#awesome-go) + - [API Libraries](#api-libraries) - [Audio & Music](#audiomusic) - [Authentication & OAuth](#authentication--oauth) - [CUI](#cui) @@ -30,7 +31,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [ORM](#orm) - [Package Management](#package-management) - [Science and Data Analysis](#science-and-data-analysis) - - [Social Network](#social-network) - [Template Engines](#template-engines) - [Testing](#testing) - [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 *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. * [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 *Libraries and tools for templating and lexing.*