From 07afe58ea4f551200d099689c937940cbc69fa2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Aigreault?= Date: Tue, 22 Jul 2014 13:59:14 +0200 Subject: [PATCH 1/3] Add conferences part --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd7c90b5..bc22d512 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Benchmarks](#benchmarks) - [E-Books](#e-books) - [Twitter](#twitter) + - [Conferences](#conferences) - [Websites](#websites) - [Tutorials](#tutorials) @@ -550,6 +551,10 @@ Where to discover new Go libraries. * [@golang_news](https://twitter.com/golang_news) * [@golangweekly](https://twitter.com/golangweekly) +## Conferences + +* [dotGo](http://www.dotgo.io) +* [GopherCon](http://http://www.gophercon.com/) ## Websites From 5ee4fb99650718ab154cd94903216750c130a3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Aigreault?= Date: Tue, 22 Jul 2014 14:02:21 +0200 Subject: [PATCH 2/3] Type in gophercon link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc22d512..ce0542cb 100644 --- a/README.md +++ b/README.md @@ -554,7 +554,7 @@ Where to discover new Go libraries. ## Conferences * [dotGo](http://www.dotgo.io) -* [GopherCon](http://http://www.gophercon.com/) +* [GopherCon](http://www.gophercon.com/) ## Websites From 6060277b73fafb37308d636ab24828a9dfd37fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Aigreault?= Date: Wed, 23 Jul 2014 09:46:01 +0200 Subject: [PATCH 3/3] Move conferences under benchmarks --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ce0542cb..e0636240 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Resources](#resources) - [Benchmarks](#benchmarks) + - [Conferences](#conferences) - [E-Books](#e-books) - [Twitter](#twitter) - - [Conferences](#conferences) - [Websites](#websites) - [Tutorials](#tutorials) @@ -537,6 +537,11 @@ Where to discover new Go libraries. * [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark. * [speedtest-resize](https://github.com/fawick/speedtest-resize) - Compare various Image resize algorithms for the Go language. +## Conferences + +* [dotGo](http://www.dotgo.io) +* [GopherCon](http://www.gophercon.com/) + ## E-Books * [build-applications-web](https://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/edit?pli=1) @@ -551,11 +556,6 @@ Where to discover new Go libraries. * [@golang_news](https://twitter.com/golang_news) * [@golangweekly](https://twitter.com/golangweekly) -## Conferences - -* [dotGo](http://www.dotgo.io) -* [GopherCon](http://www.gophercon.com/) - ## Websites * [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - List of other amazingly awesome lists.