LEFT | RIGHT |
(no file at all) | |
1 <!--{ | 1 <!--{ |
2 "Title": "Documentation", | 2 "Title": "Documentation", |
3 "Path": "/doc/" | 3 "Path": "/doc/" |
4 }--> | 4 }--> |
5 | 5 |
6 <p> | 6 <p> |
7 The Go programming language is an open source project to make programmers more | 7 The Go programming language is an open source project to make programmers more |
8 productive. | 8 productive. |
9 </p> | 9 </p> |
10 | 10 |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 <li><a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</
a></li> | 107 <li><a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</
a></li> |
108 <li><a href="/doc/articles/go_concurrency_patterns_timing_out_moving_on.html">Go
Concurrency Patterns: Timing out, moving on</a></li> | 108 <li><a href="/doc/articles/go_concurrency_patterns_timing_out_moving_on.html">Go
Concurrency Patterns: Timing out, moving on</a></li> |
109 <li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and
internals</a></li> | 109 <li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and
internals</a></li> |
110 <li><a href="http://blog.golang.org/2011/05/gif-decoder-exercise-in-go-interface
s.html">A GIF decoder: an exercise in Go interfaces</a></li> | 110 <li><a href="http://blog.golang.org/2011/05/gif-decoder-exercise-in-go-interface
s.html">A GIF decoder: an exercise in Go interfaces</a></li> |
111 <li><a href="/doc/articles/error_handling.html">Error Handling and Go</a></li> | 111 <li><a href="/doc/articles/error_handling.html">Error Handling and Go</a></li> |
112 </ul> | 112 </ul> |
113 | 113 |
114 <h4>Packages</h4> | 114 <h4>Packages</h4> |
115 <ul> | 115 <ul> |
116 <li><a href="http://blog.golang.org/2011/01/json-and-go.html">JSON and Go</a> -
using the <a href="/pkg/encoding/json/">json</a> package.</li> | 116 <li><a href="http://blog.golang.org/2011/01/json-and-go.html">JSON and Go</a> -
using the <a href="/pkg/encoding/json/">json</a> package.</li> |
117 <li><a href="http://blog.golang.org/2011/03/gobs-of-data.html">Gobs of data</a>
- the design and use of the <a href="/pkg/encoding/gob/">gob</a> package.</li> | 117 <li><a href="/doc/articles/gobs_of_data.html">Gobs of data</a> - the design and
use of the <a href="/pkg/encoding/gob/">gob</a> package.</li> |
118 <li><a href="/doc/articles/laws_of_reflection.html">The Laws of Reflection</a> -
the fundamentals of the <a href="/pkg/reflect/">reflect</a> package.</li> | 118 <li><a href="/doc/articles/laws_of_reflection.html">The Laws of Reflection</a> -
the fundamentals of the <a href="/pkg/reflect/">reflect</a> package.</li> |
119 <li><a href="http://blog.golang.org/2011/09/go-image-package.html">The Go image
package</a> - the fundamentals of the <a href="/pkg/image/">image</a> package.</
li> | 119 <li><a href="http://blog.golang.org/2011/09/go-image-package.html">The Go image
package</a> - the fundamentals of the <a href="/pkg/image/">image</a> package.</
li> |
120 <li><a href="/doc/articles/image_draw.html">The Go image/draw package</a> - the
fundamentals of the <a href="/pkg/image/draw/">image/draw</a> package.</li> | 120 <li><a href="/doc/articles/image_draw.html">The Go image/draw package</a> - the
fundamentals of the <a href="/pkg/image/draw/">image/draw</a> package.</li> |
121 </ul> | 121 </ul> |
122 | 122 |
123 <h4>Tools</h4> | 123 <h4>Tools</h4> |
124 <ul> | 124 <ul> |
125 <li><a href="/doc/articles/go_command.html">About the Go command</a> - why we wr
ote it, what it is, what it's not, and how to use it.</li> | 125 <li><a href="/doc/articles/go_command.html">About the Go command</a> - why we wr
ote it, what it is, what it's not, and how to use it.</li> |
126 <li><a href="/doc/articles/c_go_cgo.html">C? Go? Cgo!</a> - linking against C co
de with <a href="/cmd/cgo/">cgo</a>.</li> | 126 <li><a href="/doc/articles/c_go_cgo.html">C? Go? Cgo!</a> - linking against C co
de with <a href="/cmd/cgo/">cgo</a>.</li> |
127 <li><a href="/doc/articles/godoc_documenting_go_code.html">Godoc: documenting Go
code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> | 127 <li><a href="/doc/articles/godoc_documenting_go_code.html">Godoc: documenting Go
code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 <p>A list of external Go projects including programs and libraries.</p> | 204 <p>A list of external Go projects including programs and libraries.</p> |
205 | 205 |
206 <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3> | 206 <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3> |
207 <p><b>#go-nuts</b> on <b>irc.freenode.net</b> is the official Go IRC channel.</p
> | 207 <p><b>#go-nuts</b> on <b>irc.freenode.net</b> is the official Go IRC channel.</p
> |
208 | 208 |
209 <h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The
Go Programming Language at Google+</a></h3> | 209 <h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The
Go Programming Language at Google+</a></h3> |
210 <p>The Go project's Google+ page.</p> | 210 <p>The Go project's Google+ page.</p> |
211 | 211 |
212 <h3 id="twitter"><a href="http://twitter.com/go_nuts">@go_nuts at Twitter</a></h
3> | 212 <h3 id="twitter"><a href="http://twitter.com/go_nuts">@go_nuts at Twitter</a></h
3> |
213 <p>The Go project's official Twitter account.</p> | 213 <p>The Go project's official Twitter account.</p> |
LEFT | RIGHT |