blob: c6bae817f9718050e8af98b65891d3716d8f86dc [file] [log] [blame]
<!--{
"Title": "Tutorials"
}-->
<p>If you're new to a part of Go, take a look at the tutorials linked below.</p>
<p>
If you haven't installed Go yet, see
<a href="/doc/install">Download and install</a>.
</p>
<table id="tutorials-list" class="DocTable">
<thead>
<tr class="DocTable-head">
<th class="DocTable-cell" width="20%">Tutorial</th>
<th class="DocTable-cell">Description</th>
</tr>
</thead>
<tbody>
<tr class="DocTable-row">
<td class="DocTable-cell">
<a href="/doc/tutorial/getting-started.html">Getting started</a>
</td>
<td class="DocTable-cell">Say Hello, World with Go.</td>
</tr>
<tr class="DocTable-row">
<td class="DocTable-cell">
<a href="/doc/tutorial/create-module.html">Create a module</a>
</td>
<td class="DocTable-cell">
A multi-part tutorial that introduces common programming language
features from the Go perspective.
</td>
</tr>
<tr class="DocTable-row">
<td class="DocTable-cell">
<a href="https://tour.golang.org/welcome/1">A Tour of Go</a>
</td>
<td class="DocTable-cell">
An interactive introduction to Go: basic syntax and data structures;
methods and interfaces; and Go's concurrency primitives.
</td>
</tr>
</tbody>
</table>