diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:43:15 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:43:15 +0100 |
commit | 64d2a7c8945ba05af859901f5e248f1befdd8621 (patch) | |
tree | 013fcb7e9e3296ecdda876012252c36bd6bcb063 /doc/contrib.html | |
parent | b901efe83e212f0c34c769c079e41373da12d723 (diff) | |
download | golang-64d2a7c8945ba05af859901f5e248f1befdd8621.tar.gz |
Imported Upstream version 1.2upstream/1.2
Diffstat (limited to 'doc/contrib.html')
-rw-r--r-- | doc/contrib.html | 59 |
1 files changed, 30 insertions, 29 deletions
diff --git a/doc/contrib.html b/doc/contrib.html index a9f12f93f..048a5d97f 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -26,14 +26,41 @@ We encourage all Go users to subscribe to <a href="http://groups.google.com/group/golang-announce">golang-announce</a>. </p> -<h2 id="resources">Developer Resources</h2> -<h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h3> -<p>Check out the Go source code.</p> +<h2 id="go1">Version history</h2> <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3> <p>A summary of the changes between Go releases.</p> +<h4 id="go1notes"><a href="/doc/go1">Go 1 Release Notes</a></h4> +<p> +A guide for updating your code to work with Go 1. +</p> + +<h4 id="go1.1notes"><a href="/doc/go1.1">Go 1.1 Release Notes</a></h4> +<p> +A list of significant changes in Go 1.1, with instructions for updating your +code where necessary. +</p> + +<h4 id="go1.2notes"><a href="/doc/go1.2">Go 1.2 Release Notes</a></h4> +<p> +A list of significant changes in Go 1.2, with instructions for updating your +code where necessary. +</p> + +<h3 id="go1compat"><a href="/doc/go1compat">Go 1 and the Future of Go Programs</a></h3> +<p> +What Go 1 defines and the backwards-compatibility guarantees one can expect as +Go 1 matures. +</p> + + +<h2 id="resources">Developer Resources</h2> + +<h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h3> +<p>Check out the Go source code.</p> + <h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3> <p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a> mailing list is for discussing and reviewing code for the Go project.</p> @@ -80,29 +107,3 @@ open issues that interest you. Those labeled <a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted</a> are particularly in need of outside help. </p> - - -<h2 id="community">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="projects"><a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Wiki Projects Page</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="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">The Go+ community</a></h3> -<p>The Google+ community for Go enthusiasts.</p> - -<h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The Go Programming Language at Google+</a></h3> -<p>The Go project's Google+ page.</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> - -<h3 id="blog"><a href="http://blog.golang.org/">The Go Blog</a></h3> -<p>The official blog of the Go project, featuring news and in-depth articles by -the Go team and guests.</p> |