2012-01-18 17:24:54 -07:00
|
|
|
<!--{
|
2012-02-13 03:22:36 -07:00
|
|
|
"Title": "The Go Project",
|
|
|
|
"Path": "/project/"
|
2012-01-18 17:24:54 -07:00
|
|
|
}-->
|
2010-09-15 22:01:02 -06:00
|
|
|
|
2012-03-05 18:50:52 -07:00
|
|
|
<img class="gopher" src="/doc/gopher/project.png" />
|
|
|
|
|
2012-03-04 21:07:43 -07:00
|
|
|
<div id="manual-nav"></div>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Go is an open source project developed by a team at
|
2014-07-24 18:28:39 -06:00
|
|
|
<a href="//google.com/">Google</a> and many
|
2012-03-04 21:07:43 -07:00
|
|
|
<a href="/CONTRIBUTORS">contributors</a> from the open source community.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Go is distributed under a <a href="/LICENSE">BSD-style license</a>.
|
|
|
|
</p>
|
|
|
|
|
2014-07-24 18:28:39 -06:00
|
|
|
<h3 id="announce"><a href="//groups.google.com/group/golang-announce">Announcements Mailing List</a></h3>
|
2012-03-05 21:16:02 -07:00
|
|
|
<p>
|
|
|
|
A low traffic mailing list for important announcements, such as new releases.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
We encourage all Go users to subscribe to
|
2014-07-24 18:28:39 -06:00
|
|
|
<a href="//groups.google.com/group/golang-announce">golang-announce</a>.
|
2012-03-05 21:16:02 -07:00
|
|
|
</p>
|
|
|
|
|
2012-02-13 03:22:36 -07:00
|
|
|
|
2013-09-15 23:47:13 -06:00
|
|
|
<h2 id="go1">Version history</h2>
|
2012-02-13 03:22:36 -07:00
|
|
|
|
2012-02-19 14:33:28 -07:00
|
|
|
<h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
|
2012-02-13 03:22:36 -07:00
|
|
|
|
2014-11-24 21:41:33 -07:00
|
|
|
<p>A <a href="/doc/devel/release.html">summary</a> of the changes between Go releases. Notes for the major releases:</p>
|
2013-09-15 23:47:13 -06:00
|
|
|
|
2014-11-24 21:41:33 -07:00
|
|
|
<ul>
|
2019-09-03 14:00:13 -06:00
|
|
|
<li><a href="/doc/go1.13">Go 1.13</a> <small>(September 2019)</small></li>
|
2019-02-26 10:18:44 -07:00
|
|
|
<li><a href="/doc/go1.12">Go 1.12</a> <small>(February 2019)</small></li>
|
2018-09-28 03:02:22 -06:00
|
|
|
<li><a href="/doc/go1.11">Go 1.11</a> <small>(August 2018)</small></li>
|
2017-11-14 10:26:50 -07:00
|
|
|
<li><a href="/doc/go1.10">Go 1.10</a> <small>(February 2018)</small></li>
|
2017-07-31 18:28:35 -06:00
|
|
|
<li><a href="/doc/go1.9">Go 1.9</a> <small>(August 2017)</small></li>
|
2017-02-23 11:36:34 -07:00
|
|
|
<li><a href="/doc/go1.8">Go 1.8</a> <small>(February 2017)</small></li>
|
2016-08-15 18:28:00 -06:00
|
|
|
<li><a href="/doc/go1.7">Go 1.7</a> <small>(August 2016)</small></li>
|
2016-03-02 17:16:29 -07:00
|
|
|
<li><a href="/doc/go1.6">Go 1.6</a> <small>(February 2016)</small></li>
|
2015-08-10 17:30:20 -06:00
|
|
|
<li><a href="/doc/go1.5">Go 1.5</a> <small>(August 2015)</small></li>
|
2014-11-24 21:41:33 -07:00
|
|
|
<li><a href="/doc/go1.4">Go 1.4</a> <small>(December 2014)</small></li>
|
|
|
|
<li><a href="/doc/go1.3">Go 1.3</a> <small>(June 2014)</small></li>
|
|
|
|
<li><a href="/doc/go1.2">Go 1.2</a> <small>(December 2013)</small></li>
|
|
|
|
<li><a href="/doc/go1.1">Go 1.1</a> <small>(May 2013)</small></li>
|
|
|
|
<li><a href="/doc/go1">Go 1</a> <small>(March 2012)</small></li>
|
|
|
|
</ul>
|
2013-09-15 23:47:13 -06:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2014-12-09 17:01:55 -07:00
|
|
|
<h3 id="source"><a href="https://golang.org/change">Source Code</a></h3>
|
2013-09-15 23:47:13 -06:00
|
|
|
<p>Check out the Go source code.</p>
|
|
|
|
|
2018-09-07 17:57:31 -06:00
|
|
|
<h3 id="discuss"><a href="//groups.google.com/group/golang-nuts">Discussion Mailing List</a></h3>
|
|
|
|
<p>
|
|
|
|
A mailing list for general discussion of Go programming.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Questions about using Go or announcements relevant to other Go users should be sent to
|
|
|
|
<a href="//groups.google.com/group/golang-nuts">golang-nuts</a>.
|
|
|
|
</p>
|
|
|
|
|
2014-06-01 20:48:57 -06:00
|
|
|
<h3 id="golang-dev"><a href="https://groups.google.com/group/golang-dev">Developer</a> and
|
|
|
|
<a href="https://groups.google.com/group/golang-codereviews">Code Review Mailing List</a></h3>
|
|
|
|
<p>The <a href="https://groups.google.com/group/golang-dev">golang-dev</a>
|
|
|
|
mailing list is for discussing code changes to the Go project.
|
|
|
|
The <a href="https://groups.google.com/group/golang-codereviews">golang-codereviews</a>
|
|
|
|
mailing list is for actual reviewing of the code changes (CLs).</p>
|
|
|
|
|
|
|
|
<h3 id="golang-checkins"><a href="https://groups.google.com/group/golang-checkins">Checkins Mailing List</a></h3>
|
2012-02-13 03:22:36 -07:00
|
|
|
<p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
|
2010-09-15 22:01:02 -06:00
|
|
|
|
2014-07-24 18:28:39 -06:00
|
|
|
<h3 id="build_status"><a href="//build.golang.org/">Build Status</a></h3>
|
2012-03-04 21:07:43 -07:00
|
|
|
<p>View the status of Go builds across the supported operating
|
|
|
|
systems and architectures.</p>
|
|
|
|
|
|
|
|
|
2011-03-23 18:06:02 -06:00
|
|
|
<h2 id="howto">How you can help</h2>
|
2010-09-15 22:01:02 -06:00
|
|
|
|
2014-12-09 17:01:55 -07:00
|
|
|
<h3><a href="//golang.org/issue">Reporting issues</a></h3>
|
2010-09-15 22:01:02 -06:00
|
|
|
|
2011-03-23 18:06:02 -06:00
|
|
|
<p>
|
|
|
|
If you spot bugs, mistakes, or inconsistencies in the Go project's code or
|
|
|
|
documentation, please let us know by
|
2014-12-09 17:01:55 -07:00
|
|
|
<a href="//golang.org/issue/new">filing a ticket</a>
|
|
|
|
on our <a href="//golang.org/issue">issue tracker</a>.
|
2011-03-23 18:06:02 -06:00
|
|
|
(Of course, you should check it's not an existing issue before creating
|
|
|
|
a new one.)
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
We pride ourselves on being meticulous; no issue is too small.
|
|
|
|
</p>
|
|
|
|
|
2015-06-25 16:46:30 -06:00
|
|
|
<p>
|
2015-08-26 23:40:46 -06:00
|
|
|
Security-related issues should be reported to
|
2015-11-23 20:39:03 -07:00
|
|
|
<a href="mailto:security@golang.org">security@golang.org</a>.<br>
|
2015-08-26 23:40:46 -06:00
|
|
|
See the <a href="/security">security policy</a> for more details.
|
2015-06-25 16:46:30 -06:00
|
|
|
</p>
|
|
|
|
|
2015-11-23 20:39:03 -07:00
|
|
|
<p>
|
|
|
|
Community-related issues should be reported to
|
|
|
|
<a href="mailto:conduct@golang.org">conduct@golang.org</a>.<br>
|
|
|
|
See the <a href="/conduct">Code of Conduct</a> for more details.
|
|
|
|
</p>
|
|
|
|
|
2019-10-23 11:46:39 -06:00
|
|
|
<h3><a href="/doc/contribute.html">Contributing code & documentation</a></h3>
|
2010-09-15 22:01:02 -06:00
|
|
|
|
2011-03-23 18:06:02 -06:00
|
|
|
<p>
|
|
|
|
Go is an open source project and we welcome contributions from the community.
|
|
|
|
</p>
|
|
|
|
<p>
|
2012-02-19 14:33:28 -07:00
|
|
|
To get started, read these <a href="/doc/contribute.html">contribution
|
2011-03-23 18:06:02 -06:00
|
|
|
guidelines</a> for information on design, testing, and our code review process.
|
|
|
|
</p>
|
|
|
|
<p>
|
2018-09-07 17:57:31 -06:00
|
|
|
Check <a href="//golang.org/issue">the tracker</a> for
|
2011-03-23 18:06:02 -06:00
|
|
|
open issues that interest you. Those labeled
|
2017-12-11 13:45:19 -07:00
|
|
|
<a href="https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">help wanted</a>
|
2011-03-23 18:06:02 -06:00
|
|
|
are particularly in need of outside help.
|
|
|
|
</p>
|