From 6eefb9f84501c19513b49a3876c15517912feea9 Mon Sep 17 00:00:00 2001 From: Pavlos Ratis Date: Sun, 11 Sep 2016 14:56:50 +0100 Subject: [PATCH] add golang-challenge The Go Challenge is a monthly programming challenge for Go developers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82c1eec7..7832d710 100644 --- a/README.md +++ b/README.md @@ -1345,6 +1345,7 @@ Where to discover new Go libraries. * [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - List of other amazingly awesome lists. * [Flipboard - Go Magazine](https://flipboard.com/section/the-golang-magazine-bVP7nS) - A collection of Go articles and tutorials. * [Go Blog](http://blog.golang.org) - The official Go blog. +* [Go Challenge](http://golang-challenge.org/) - Learn Go by solving problems and getting feedback from Go experts. * [Go Forum](https://forum.golangbridge.org) - Forum to discuss Go. * [Go Projects](https://github.com/golang/go/wiki/Projects) - List of projects on the Go community wiki. * [gocryforhelp](https://github.com/ninedraft/gocryforhelp) - A collection of Go projects that needs help. Good place to start your open-source way in Go.