aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/getting-started.html
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/tutorial/getting-started.html')
-rw-r--r--_content/doc/tutorial/getting-started.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/_content/doc/tutorial/getting-started.html b/_content/doc/tutorial/getting-started.html
index d685d8e5..c3cc4d3c 100644
--- a/_content/doc/tutorial/getting-started.html
+++ b/_content/doc/tutorial/getting-started.html
@@ -103,7 +103,7 @@ cd hello
<p>
To enable dependency tracking for your code by creating a go.mod file, run
the
- <a href="/ref/mod#go-mod-init"><code>go mod init</code> command</a>,
+ <a href="/ref/mod#go-mod-init"><code>go mod init</code></a> command,
giving it the name of the module your code will be in. The name is the
module's module path.</p>
<p>In actual development, the module path will typically be the repository
@@ -182,8 +182,7 @@ Hello, World!
<p>
The
<a href="/cmd/go/#hdr-Compile_and_run_Go_program"
- ><code>go run</code> command</a
- >
+ ><code>go run</code></a> command
is one of many <code>go</code> commands you'll use to get things done with
Go. Use the following command to get a list of the others:
</p>