From b2e591e333d823e3c43e3989556f0f06e5bd6137 Mon Sep 17 00:00:00 2001 From: morson Date: Sun, 6 Jul 2014 15:18:42 -0700 Subject: [PATCH] add go-wiki, godoc.org links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8903120..2b845ba 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,8 @@ Where to discover new Go libraries. ## Websites +* [Go Projects](https://code.google.com/p/go-wiki/wiki/Projects) - List of projects on the Go community wiki +* [godoc.org](http://godoc.org/) - Documentation for open source Go packages. * [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.