From da3de237bdf374b8eaf53e45f30ba99771b4cd18 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 6 Jul 2014 12:25:27 -0300 Subject: [PATCH 1/2] added @golang_news to Resources --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a30735..1e9a5445 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. -* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go + # Resources @@ -109,6 +109,7 @@ Where to discover new Go libraries. * [r/Golang](http://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. * [Flipboard - Go Magazine](https://flipboard.com/section/the-golang-magazine-bVP7nS) - A collection of Go articles and tutorials. +* [@golang_news](https://twitter.com/golang_news) ## (e)Books From fd36df2858e655b5e41b19058bc44fc283978a1b Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 6 Jul 2014 12:26:37 -0300 Subject: [PATCH 2/2] update branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9a5445..fa8925c3 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. - +* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go # Resources