2012-01-19 00:24:54 +00:00
|
|
|
<!--{
|
2012-02-13 10:22:36 +00:00
|
|
|
"Title": "The Go Project",
|
|
|
|
"Path": "/project/"
|
2012-01-19 00:24:54 +00:00
|
|
|
}-->
|
2010-09-16 04:01:02 +00:00
|
|
|
|
2012-03-06 01:50:52 +00:00
|
|
|
<img class="gopher" src="/doc/gopher/project.png" />
|
|
|
|
|
2012-03-05 04:07:43 +00:00
|
|
|
<div id="manual-nav"></div>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Go is an open source project developed by a team at
|
2014-07-25 00:28:39 +00:00
|
|
|
<a href="//google.com/">Google</a> and many
|
2012-03-05 04:07:43 +00: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-25 00:28:39 +00:00
|
|
|
<h3 id="announce"><a href="//groups.google.com/group/golang-announce">Announcements Mailing List</a></h3>
|
2012-03-06 04:16:02 +00: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-25 00:28:39 +00:00
|
|
|
<a href="//groups.google.com/group/golang-announce">golang-announce</a>.
|
2012-03-06 04:16:02 +00:00
|
|
|
</p>
|
|
|
|
|
2012-02-13 10:22:36 +00:00
|
|
|
|
2013-09-16 05:47:13 +00:00
|
|
|
<h2 id="go1">Version history</h2>
|
2012-02-13 10:22:36 +00:00
|
|
|
|
2012-02-19 21:33:28 +00:00
|
|
|
<h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
|
2012-02-13 10:22:36 +00:00
|
|
|
|
2014-11-25 04:41:33 +00: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-16 05:47:13 +00:00
|
|
|
|
2014-11-25 04:41:33 +00:00
|
|
|
<ul>
|
2018-09-28 09:02:22 +00:00
|
|
|
<li><a href="/doc/go1.11">Go 1.11</a> <small>(August 2018)</small></li>
|
2017-11-14 17:26:50 +00:00
|
|
|
<li><a href="/doc/go1.10">Go 1.10</a> <small>(February 2018)</small></li>
|
2017-08-01 00:28:35 +00:00
|
|
|
<li><a href="/doc/go1.9">Go 1.9</a> <small>(August 2017)</small></li>
|
2017-02-23 18:36:34 +00:00
|
|
|
<li><a href="/doc/go1.8">Go 1.8</a> <small>(February 2017)</small></li>
|
2016-08-16 00:28:00 +00:00
|
|
|
<li><a href="/doc/go1.7">Go 1.7</a> <small>(August 2016)</small></li>
|
2016-03-03 00:16:29 +00:00
|
|
|
<li><a href="/doc/go1.6">Go 1.6</a> <small>(February 2016)</small></li>
|
2015-08-10 23:30:20 +00:00
|
|
|
<li><a href="/doc/go1.5">Go 1.5</a> <small>(August 2015)</small></li>
|
2014-11-25 04:41:33 +00: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-16 05:47:13 +00: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-10 00:01:55 +00:00
|
|
|
<h3 id="source"><a href="https://golang.org/change">Source Code</a></h3>
|
2013-09-16 05:47:13 +00:00
|
|
|
<p>Check out the Go source code.</p>
|
|
|
|
|
2018-09-07 23:57:31 +00: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-02 02:48:57 +00: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 10:22:36 +00:00
|
|
|
<p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
|
2010-09-16 04:01:02 +00:00
|
|
|
|
2014-07-25 00:28:39 +00:00
|
|
|
<h3 id="build_status"><a href="//build.golang.org/">Build Status</a></h3>
|
2012-03-05 04:07:43 +00:00
|
|
|
<p>View the status of Go builds across the supported operating
|
|
|
|
systems and architectures.</p>
|
|
|
|
|
|
|
|
|
2011-03-24 00:06:02 +00:00
|
|
|
<h2 id="howto">How you can help</h2>
|
2010-09-16 04:01:02 +00:00
|
|
|
|
2014-12-10 00:01:55 +00:00
|
|
|
<h3><a href="//golang.org/issue">Reporting issues</a></h3>
|
2010-09-16 04:01:02 +00:00
|
|
|
|
2011-03-24 00:06:02 +00:00
|
|
|
<p>
|
|
|
|
If you spot bugs, mistakes, or inconsistencies in the Go project's code or
|
|
|
|
documentation, please let us know by
|
2014-12-10 00:01:55 +00:00
|
|
|
<a href="//golang.org/issue/new">filing a ticket</a>
|
|
|
|
on our <a href="//golang.org/issue">issue tracker</a>.
|
2011-03-24 00:06:02 +00: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 22:46:30 +00:00
|
|
|
<p>
|
2015-08-27 05:40:46 +00:00
|
|
|
Security-related issues should be reported to
|
2015-11-24 03:39:03 +00:00
|
|
|
<a href="mailto:security@golang.org">security@golang.org</a>.<br>
|
2015-08-27 05:40:46 +00:00
|
|
|
See the <a href="/security">security policy</a> for more details.
|
2015-06-25 22:46:30 +00:00
|
|
|
</p>
|
|
|
|
|
2015-11-24 03:39:03 +00: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>
|
|
|
|
|
2012-02-19 21:33:28 +00:00
|
|
|
<h3><a href="/doc/contribute.html">Contributing code</a></h3>
|
2010-09-16 04:01:02 +00:00
|
|
|
|
2011-03-24 00:06:02 +00:00
|
|
|
<p>
|
|
|
|
Go is an open source project and we welcome contributions from the community.
|
|
|
|
</p>
|
|
|
|
<p>
|
2012-02-19 21:33:28 +00:00
|
|
|
To get started, read these <a href="/doc/contribute.html">contribution
|
2011-03-24 00:06:02 +00:00
|
|
|
guidelines</a> for information on design, testing, and our code review process.
|
|
|
|
</p>
|
|
|
|
<p>
|
2018-09-07 23:57:31 +00:00
|
|
|
Check <a href="//golang.org/issue">the tracker</a> for
|
2011-03-24 00:06:02 +00:00
|
|
|
open issues that interest you. Those labeled
|
2017-12-11 20:45:19 +00:00
|
|
|
<a href="https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">help wanted</a>
|
2011-03-24 00:06:02 +00:00
|
|
|
are particularly in need of outside help.
|
|
|
|
</p>
|