contrib.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!--{
  2. "Title": "The Go Project",
  3. "Path": "/project/"
  4. }-->
  5. <img class="gopher" src="/doc/gopher/project.png" />
  6. <div id="manual-nav"></div>
  7. <p>
  8. Go is an open source project developed by a team at
  9. <a href="//google.com/">Google</a> and many
  10. <a href="/CONTRIBUTORS">contributors</a> from the open source community.
  11. </p>
  12. <p>
  13. Go is distributed under a <a href="/LICENSE">BSD-style license</a>.
  14. </p>
  15. <h3 id="announce"><a href="//groups.google.com/group/golang-announce">Announcements Mailing List</a></h3>
  16. <p>
  17. A low traffic mailing list for important announcements, such as new releases.
  18. </p>
  19. <p>
  20. We encourage all Go users to subscribe to
  21. <a href="//groups.google.com/group/golang-announce">golang-announce</a>.
  22. </p>
  23. <h2 id="go1">Version history</h2>
  24. <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
  25. <p>A <a href="/doc/devel/release.html">summary</a> of the changes between Go releases. Notes for the major releases:</p>
  26. <ul>
  27. <li><a href="/doc/go1.12">Go 1.12</a> <small>(February 2019)</small></li>
  28. <li><a href="/doc/go1.11">Go 1.11</a> <small>(August 2018)</small></li>
  29. <li><a href="/doc/go1.10">Go 1.10</a> <small>(February 2018)</small></li>
  30. <li><a href="/doc/go1.9">Go 1.9</a> <small>(August 2017)</small></li>
  31. <li><a href="/doc/go1.8">Go 1.8</a> <small>(February 2017)</small></li>
  32. <li><a href="/doc/go1.7">Go 1.7</a> <small>(August 2016)</small></li>
  33. <li><a href="/doc/go1.6">Go 1.6</a> <small>(February 2016)</small></li>
  34. <li><a href="/doc/go1.5">Go 1.5</a> <small>(August 2015)</small></li>
  35. <li><a href="/doc/go1.4">Go 1.4</a> <small>(December 2014)</small></li>
  36. <li><a href="/doc/go1.3">Go 1.3</a> <small>(June 2014)</small></li>
  37. <li><a href="/doc/go1.2">Go 1.2</a> <small>(December 2013)</small></li>
  38. <li><a href="/doc/go1.1">Go 1.1</a> <small>(May 2013)</small></li>
  39. <li><a href="/doc/go1">Go 1</a> <small>(March 2012)</small></li>
  40. </ul>
  41. <h3 id="go1compat"><a href="/doc/go1compat">Go 1 and the Future of Go Programs</a></h3>
  42. <p>
  43. What Go 1 defines and the backwards-compatibility guarantees one can expect as
  44. Go 1 matures.
  45. </p>
  46. <h2 id="resources">Developer Resources</h2>
  47. <h3 id="source"><a href="https://golang.org/change">Source Code</a></h3>
  48. <p>Check out the Go source code.</p>
  49. <h3 id="discuss"><a href="//groups.google.com/group/golang-nuts">Discussion Mailing List</a></h3>
  50. <p>
  51. A mailing list for general discussion of Go programming.
  52. </p>
  53. <p>
  54. Questions about using Go or announcements relevant to other Go users should be sent to
  55. <a href="//groups.google.com/group/golang-nuts">golang-nuts</a>.
  56. </p>
  57. <h3 id="golang-dev"><a href="https://groups.google.com/group/golang-dev">Developer</a> and
  58. <a href="https://groups.google.com/group/golang-codereviews">Code Review Mailing List</a></h3>
  59. <p>The <a href="https://groups.google.com/group/golang-dev">golang-dev</a>
  60. mailing list is for discussing code changes to the Go project.
  61. The <a href="https://groups.google.com/group/golang-codereviews">golang-codereviews</a>
  62. mailing list is for actual reviewing of the code changes (CLs).</p>
  63. <h3 id="golang-checkins"><a href="https://groups.google.com/group/golang-checkins">Checkins Mailing List</a></h3>
  64. <p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
  65. <h3 id="build_status"><a href="//build.golang.org/">Build Status</a></h3>
  66. <p>View the status of Go builds across the supported operating
  67. systems and architectures.</p>
  68. <h2 id="howto">How you can help</h2>
  69. <h3><a href="//golang.org/issue">Reporting issues</a></h3>
  70. <p>
  71. If you spot bugs, mistakes, or inconsistencies in the Go project's code or
  72. documentation, please let us know by
  73. <a href="//golang.org/issue/new">filing a ticket</a>
  74. on our <a href="//golang.org/issue">issue tracker</a>.
  75. (Of course, you should check it's not an existing issue before creating
  76. a new one.)
  77. </p>
  78. <p>
  79. We pride ourselves on being meticulous; no issue is too small.
  80. </p>
  81. <p>
  82. Security-related issues should be reported to
  83. <a href="mailto:security@golang.org">security@golang.org</a>.<br>
  84. See the <a href="/security">security policy</a> for more details.
  85. </p>
  86. <p>
  87. Community-related issues should be reported to
  88. <a href="mailto:conduct@golang.org">conduct@golang.org</a>.<br>
  89. See the <a href="/conduct">Code of Conduct</a> for more details.
  90. </p>
  91. <h3><a href="/doc/contribute.html">Contributing code</a></h3>
  92. <p>
  93. Go is an open source project and we welcome contributions from the community.
  94. </p>
  95. <p>
  96. To get started, read these <a href="/doc/contribute.html">contribution
  97. guidelines</a> for information on design, testing, and our code review process.
  98. </p>
  99. <p>
  100. Check <a href="//golang.org/issue">the tracker</a> for
  101. open issues that interest you. Those labeled
  102. <a href="https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">help wanted</a>
  103. are particularly in need of outside help.
  104. </p>