diff options
Diffstat (limited to 'doc/community.html')
-rw-r--r-- | doc/community.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/community.html b/doc/community.html new file mode 100644 index 000000000..c3b16cacb --- /dev/null +++ b/doc/community.html @@ -0,0 +1,53 @@ +<!-- title Community --> + +<div class="left-column"> + +<h2 id="developer_info">The Go Community</h2> + +<h3 id="mailinglist"><a href="http://groups.google.com/group/golang-nuts">Go Nuts Mailing List</a></h3> +<p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a> +mailing list is for general Go discussion.</p> + +<h3 id=""><a href="http://godashboard.appspot.com/package">Go Packages Dashboard</a></h3> +<p>A list of the most popular <a href="/cmd/goinstall/">goinstall</a>'d +Go libraries.</p> + +<h3 id=""><a href="http://godashboard.appspot.com/project">Go Project Dashboard</a></h3> +<p>A list of external Go projects including programs and libraries.</p> + +<h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3> +<p><b>#go-nuts</b> on <b>irc.freenode.net</b> is the official Go IRC channel.</p> + +<h3 id="twitter"><a href="http://twitter.com/go_nuts">@go_nuts at Twitter</a></h3> +<p>The Go project's official Twitter account.</p> + +</div> + +<div class="right-column"> + +<h2 id="blogs">Blogs</h2> + +<h3 id="blog_go"><a href="http://blog.golang.org/">The Go Blog</a></h3> +<p> +The Go project's official blog, maintained by the core Go developers. +</p> + +<h3 id="blog_rsc"><a href="http://research.swtch.com/search/label/Go">research!rsc</a></h3> +<p> +Posts labelled 'Go' by Russ Cox, one of the core Go developers. +</p> + +<h3 id="blog_iant"><a href="http://www.airs.com/blog/archives/category/programming">Airs</a></h3> +<p> +Posts labelled 'Programming' by Ian Lance Taylor, one of the core Go developers. +</p> + +<h3 id="blog_adg"><a href="http://nf.id.au/tag/go">nf.id.au</a></h3> +<p> +Posts labelled 'Go' by Andrew Gerrand, one of the core Go developers. +</p> + +</div> + +<div class="end-columns"></div> + |