Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
polaris1119 committed Dec 14, 2020
1 parent e45ccaf commit fe6cae5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions content/static/doc/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"Path": "/doc/tutorial/"
}-->

<p>如果你刚接触Go,看看下面链接的教程</p>
<p>如果你刚接触 Go,看看下面链接的教程</p>

<p>
如果你还没安装Go的话, 点击
如果你还没安装 Go 的话, 点击
<a href="/doc/install">下载并安装</a>.
</p>

Expand All @@ -22,22 +22,22 @@
<td class="DocTable-cell">
<a href="getting-started.html">入门</a>
</td>
<td class="DocTable-cell">用Go写 Hello, World.</td>
<td class="DocTable-cell">用 Go 写 Hello, World</td>
</tr>
<tr class="DocTable-row">
<td class="DocTable-cell">
<a href="create-module.html">创建一个module</a>
<a href="create-module.html">创建一个 module</a>
</td>
<td class="DocTable-cell">
一个多部分的教程,从Go的角度介绍了常见的编程语言功能
一个多部分的教程,从 Go 的角度介绍了常见的编程语言功能
</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">
Go的交互式介绍:基本语法和数据结构、方法和接口、Go的并发原语
Go 的交互式介绍:基本语法和数据结构、方法和接口、Go 的并发原语
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit fe6cae5

Please sign in to comment.