Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(912)

Delta Between Two Patch Sets: doc/contrib.html

Issue 102020045: code review 102020045: doc/contrib.html: update links, mailing lists and link ... (Closed)
Left Patch Set: diff -r 7816cf77a4e5 https://code.google.com/p/go Created 10 years, 9 months ago
Right Patch Set: diff -r f7d389e3cbac https://code.google.com/p/go Created 10 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!--{ 1 <!--{
2 "Title": "The Go Project", 2 "Title": "The Go Project",
3 "Path": "/project/" 3 "Path": "/project/"
4 }--> 4 }-->
5 5
6 <img class="gopher" src="/doc/gopher/project.png" /> 6 <img class="gopher" src="/doc/gopher/project.png" />
7 7
8 <div id="manual-nav"></div> 8 <div id="manual-nav"></div>
9 9
10 <p> 10 <p>
(...skipping 19 matching lines...) Expand all
30 <h2 id="go1">Version history</h2> 30 <h2 id="go1">Version history</h2>
31 31
32 <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3> 32 <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
33 <p>A summary of the changes between Go releases.</p> 33 <p>A summary of the changes between Go releases.</p>
34 34
35 <h4 id="go1notes"><a href="/doc/go1">Go 1 Release Notes</a></h4> 35 <h4 id="go1notes"><a href="/doc/go1">Go 1 Release Notes</a></h4>
36 <p> 36 <p>
37 A guide for updating your code to work with Go 1. 37 A guide for updating your code to work with Go 1.
38 </p> 38 </p>
39 39
40 <h4 id="go1.1notes"><a href="/doc/go1.1">Go 1.1 Release Notes</a></h4> 40 <h4 id="release notes"><a href="/doc/go1.1">Go 1.1 Release Notes</a></h4>
41 <p> 41 <p>
42 A list of significant changes in Go 1.1, with instructions for updating your 42 A list of significant changes in Go 1.1, with instructions for updating
43 code where necessary. 43 your code where necessary.
44 </p> 44 Each point release includes a similar document appropriate for that
45 45 release: <a href="/doc/go1.2">Go 1.2</a>, <a href="/doc/go1.3">Go 1.3</a>,
46 <h4 id="go1.2notes"><a href="/doc/go1.2">Go 1.2 Release Notes</a></h4> 46 and so on.
47 <p>
48 A list of significant changes in Go 1.2, with instructions for updating your
49 code where necessary.
50 </p>
51
52 <h4 id="go1.3notes"><a href="/doc/go1.3">Go 1.3 Release Notes</a></h4>
53 <p>
54 A list of significant changes in Go 1.3, with instructions for updating your
55 code where necessary.
56 </p> 47 </p>
57 48
58 <h3 id="go1compat"><a href="/doc/go1compat">Go 1 and the Future of Go Programs</ a></h3> 49 <h3 id="go1compat"><a href="/doc/go1compat">Go 1 and the Future of Go Programs</ a></h3>
59 <p> 50 <p>
60 What Go 1 defines and the backwards-compatibility guarantees one can expect as 51 What Go 1 defines and the backwards-compatibility guarantees one can expect as
61 Go 1 matures. 52 Go 1 matures.
62 </p> 53 </p>
63 54
64 55
65 <h2 id="resources">Developer Resources</h2> 56 <h2 id="resources">Developer Resources</h2>
66 57
67 <h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h 3> 58 <h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h 3>
68 <p>Check out the Go source code.</p> 59 <p>Check out the Go source code.</p>
69 60
70 <h3 id="golang-dev"><a href="https://groups.google.com/group/golang-dev">Develop er</a> and 61 <h3 id="golang-dev"><a href="https://groups.google.com/group/golang-dev">Develop er</a> and
71 <a href="https://groups.google.com/group/golang-codereviews">Code Review Mailing List</a></h3> 62 <a href="https://groups.google.com/group/golang-codereviews">Code Review Mailing List</a></h3>
72 <p>The <a href="https://groups.google.com/group/golang-dev">golang-dev</a> 63 <p>The <a href="https://groups.google.com/group/golang-dev">golang-dev</a>
73 mailing list is for discussing design proposalsfor the Go project. 64 mailing list is for discussing code changes to the Go project.
74 The <a href="https://groups.google.com/group/golang-codereviews">golang-coderevi ews</a> 65 The <a href="https://groups.google.com/group/golang-codereviews">golang-coderevi ews</a>
75 mailing list is for actual reviewing of the code changes (CLs).</p> 66 mailing list is for actual reviewing of the code changes (CLs).</p>
76 67
77 <p>For general discussion of Go programming, see <a 68 <p>For general discussion of Go programming, see <a
78 href="https://groups.google.com/group/golang-nuts">golang-nuts</a>.</p> 69 href="https://groups.google.com/group/golang-nuts">golang-nuts</a>.</p>
79 70
80 <h3 id="golang-checkins"><a href="https://groups.google.com/group/golang-checkin s">Checkins Mailing List</a></h3> 71 <h3 id="golang-checkins"><a href="https://groups.google.com/group/golang-checkin s">Checkins Mailing List</a></h3>
81 <p>A mailing list that receives a message summarizing each checkin to the Go rep ository.</p> 72 <p>A mailing list that receives a message summarizing each checkin to the Go rep ository.</p>
82 73
83 <h3 id="golang-bugs"><a href="https://groups.google.com/group/golang-bugs">Bugs Mailing List</a></h3> 74 <h3 id="golang-bugs"><a href="https://groups.google.com/group/golang-bugs">Bugs Mailing List</a></h3>
84 <p>A mailing list that receives every updates to the Go <a href="http://golang.o rg/issue">issue tracker</a>.</p> 75 <p>A mailing list that receives each update to the Go <a href="http://golang.org /issue">issue tracker</a>.</p>
85 76
86 <h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3> 77 <h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3>
87 <p>View the status of Go builds across the supported operating 78 <p>View the status of Go builds across the supported operating
88 systems and architectures.</p> 79 systems and architectures.</p>
89 80
90 81
91 <h2 id="howto">How you can help</h2> 82 <h2 id="howto">How you can help</h2>
92 83
93 <h3><a href="https://code.google.com/p/go/issues">Reporting issues</a></h3> 84 <h3><a href="https://code.google.com/p/go/issues">Reporting issues</a></h3>
94 85
(...skipping 13 matching lines...) Expand all
108 <h3><a href="/doc/contribute.html">Contributing code</a></h3> 99 <h3><a href="/doc/contribute.html">Contributing code</a></h3>
109 100
110 <p> 101 <p>
111 Go is an open source project and we welcome contributions from the community. 102 Go is an open source project and we welcome contributions from the community.
112 </p> 103 </p>
113 <p> 104 <p>
114 To get started, read these <a href="/doc/contribute.html">contribution 105 To get started, read these <a href="/doc/contribute.html">contribution
115 guidelines</a> for information on design, testing, and our code review process. 106 guidelines</a> for information on design, testing, and our code review process.
116 </p> 107 </p>
117 <p> 108 <p>
118 Check <a href="http://code.google.com/p/go/issues">the tracker</a> for· 109 Check <a href="https://code.google.com/p/go/issues">the tracker</a> for·
119 open issues that interest you. Those labeled 110 open issues that interest you. Those labeled
120 <a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted </a> 111 <a href="https://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWante d</a>
121 are particularly in need of outside help. 112 are particularly in need of outside help.
122 </p> 113 </p>
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b