From 654ff733ee95926615a56ec85bbd78184a12b9fc Mon Sep 17 00:00:00 2001 From: Mario Idival Date: Thu, 23 Jul 2015 09:52:03 -0300 Subject: [PATCH 1/2] Add poorny/translate package --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af3d0bb3..5631975d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Science and Data Analysis](#science-and-data-analysis) - [Security](#security) - [Serialization](#serialization) + - [Translate](#translate) - [Template Engines](#template-engines) - [Testing](#testing) - [Text Processing](#text-processing) @@ -592,6 +593,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [nsq](http://nsq.io/) - A realtime distributed messaging platform +## Translate + +* [translate](https://github.com/poorny/translate) - Go online translation package + ## Template Engines *Libraries and tools for templating and lexing.* From c17076fa2819a5ecb0ca5703d87673eac0839755 Mon Sep 17 00:00:00 2001 From: Mario Idival Date: Thu, 23 Jul 2015 12:31:38 -0300 Subject: [PATCH 2/2] add translate on third party api --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5631975d..91486f99 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Science and Data Analysis](#science-and-data-analysis) - [Security](#security) - [Serialization](#serialization) - - [Translate](#translate) - [Template Engines](#template-engines) - [Testing](#testing) - [Text Processing](#text-processing) @@ -593,10 +592,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [nsq](http://nsq.io/) - A realtime distributed messaging platform -## Translate - -* [translate](https://github.com/poorny/translate) - Go online translation package - ## Template Engines *Libraries and tools for templating and lexing.* @@ -703,9 +698,9 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [steam](https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers. * [stripe](https://github.com/stripe/stripe-go) - Go client for the Stripe API * [TheMovieDb](https://github.com/jbrodriguez/go-tmdb) - A simple golang package to communicate with [themoviedb.org](https://themoviedb.org) +* [translate](https://github.com/poorny/translate) - Go online translation package * [tumblr](https://github.com/mattcunningham/gumblr) - Go wrapper for the Tumblr v2 API. - ## Utilities *General utilities and tools to make your life easier.*