From f6ec926e84643863d307d692dcff2c695c0b0dcc Mon Sep 17 00:00:00 2001 From: Francois Date: Wed, 10 Feb 2016 10:38:56 +0200 Subject: [PATCH 1/2] Add the golang G+ community --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4e79c67..b9e44624 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Benchmarks](#benchmarks) - [Conferences](#conferences) - [E-Books](#e-books) + - [Social](#social) - [Twitter](#twitter) - [Websites](#websites) - [Tutorials](#tutorials) @@ -1195,6 +1196,10 @@ Where to discover new Go libraries. * [Network Programming With Go](https://jan.newmarch.name/go/) * [The Go Programming Language](http://www.gopl.io/) +## Social + +* [Google Plus Community](https://plus.google.com/communities/114112804251407510571) - The Google+ community for #golang enthusiasts. + ## Twitter * [@golang](https://twitter.com/golang) From e033a9f9aa01ae06ef60a8eb346a683844a2bd35 Mon Sep 17 00:00:00 2001 From: Francois Date: Mon, 22 Feb 2016 03:19:46 +0200 Subject: [PATCH 2/2] Move G+ link to Websites category --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b9e44624..8ec41c62 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Benchmarks](#benchmarks) - [Conferences](#conferences) - [E-Books](#e-books) - - [Social](#social) - [Twitter](#twitter) - [Websites](#websites) - [Tutorials](#tutorials) @@ -1196,10 +1195,6 @@ Where to discover new Go libraries. * [Network Programming With Go](https://jan.newmarch.name/go/) * [The Go Programming Language](http://www.gopl.io/) -## Social - -* [Google Plus Community](https://plus.google.com/communities/114112804251407510571) - The Google+ community for #golang enthusiasts. - ## Twitter * [@golang](https://twitter.com/golang) @@ -1218,6 +1213,7 @@ Where to discover new Go libraries. * [godoc.org](https://godoc.org/) - Documentation for open source Go packages. * [golang-graphics](https://github.com/mholt/golang-graphics) - A collection of Go images, graphics, and art * [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) - Go mailing list +* [Google Plus Community](https://plus.google.com/communities/114112804251407510571) - The Google+ community for #golang enthusiasts. * [gowalker.org](https://gowalker.org) - Go Project API documentation. * [r/Golang](https://www.reddit.com/r/golang) - News about Go. * [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries.