LEFT | RIGHT |
1 <!--{ | 1 <!--{ |
2 "Title": "The Go Project", | 2 "Title": "The Go Project", |
3 "Path": "/project/" | 3 "Path": "/project/" |
4 }--> | 4 }--> |
5 | 5 |
6 <h2 id="the_go_project">The Go Project</h2> | 6 <h2 id="the_go_project">The Go Project</h2> |
| 7 |
| 8 <h3 id="source"><a href="https://code.google.com/p/go/source">Source Code</a></h
3> |
| 9 <p>Check out the Go source code.</p> |
7 | 10 |
8 <h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3> | 11 <h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3> |
9 <p>View the status of Go builds across the supported operating | 12 <p>View the status of Go builds across the supported operating |
10 systems and architectures.</p> | 13 systems and architectures.</p> |
11 | 14 |
12 <h3 id="roadmap"><a href="devel/roadmap.html">Roadmap</a></h3> | 15 <h3 id="roadmap"><a href="devel/roadmap.html">Roadmap</a></h3> |
13 <p>Features and ideas being developed or discussed by the Go team.</p> | 16 <p>Features and ideas being developed or discussed by the Go team.</p> |
14 | 17 |
15 <h3 id="release"><a href="devel/release.html">Release History</a></h3> | 18 <h3 id="release"><a href="devel/release.html">Release History</a></h3> |
16 <p>A summary of the changes between Go releases.</p> | 19 <p>A summary of the changes between Go releases.</p> |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 <p> | 55 <p> |
53 To get started, read these <a href="contribute.html">contribution | 56 To get started, read these <a href="contribute.html">contribution |
54 guidelines</a> for information on design, testing, and our code review process. | 57 guidelines</a> for information on design, testing, and our code review process. |
55 </p> | 58 </p> |
56 <p> | 59 <p> |
57 Check <a href="http://code.google.com/p/go/issues">the tracker</a> for· | 60 Check <a href="http://code.google.com/p/go/issues">the tracker</a> for· |
58 open issues that interest you. Those labeled | 61 open issues that interest you. Those labeled |
59 <a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted
</a> | 62 <a href="http://code.google.com/p/go/issues/list?q=status=HelpWanted">HelpWanted
</a> |
60 are particularly in need of outside help. | 63 are particularly in need of outside help. |
61 </p> | 64 </p> |
LEFT | RIGHT |