diff options
| author | Brandon Kessler <bkessler@google.com> | 2023-07-13 11:12:38 -0400 |
|---|---|---|
| committer | Julie Qiu <julieqiu@google.com> | 2023-07-13 15:19:01 +0000 |
| commit | b5d06d83553631095f9b7e94ebf66a6f641ca34b (patch) | |
| tree | d1f844d9d0dfa2b21ca64a8ec522b08a310dfdb3 /_content/doc/tutorial | |
| parent | 2eb5f573e87c858b26ce2ade8e55407481b1150e (diff) | |
| download | go-x-website-b5d06d83553631095f9b7e94ebf66a6f641ca34b.tar.xz | |
Fixes a typo on the govulncheck tutorial
Typo causes an extra code block to appear
Change-Id: I0912c53e5ca5aed1a6435d61db6c16b7de239d8b
Reviewed-on: https://go-review.googlesource.com/c/website/+/509375
Run-TryBot: Brandon Kessler <bkessler@google.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to '_content/doc/tutorial')
| -rw-r--r-- | _content/doc/tutorial/govulncheck.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/govulncheck.md b/_content/doc/tutorial/govulncheck.md index 6a075609..c5cfabe6 100644 --- a/_content/doc/tutorial/govulncheck.md +++ b/_content/doc/tutorial/govulncheck.md @@ -81,7 +81,7 @@ the tag is undefined, or whether there was an error while parsing the tag. **Step 3.** Run `go mod tidy`, which will populate the `go.mod` file with all the dependencies required by the code you added to `main.go` in the previous step. - From the `vuln-tutorial` folder, run: +From the `vuln-tutorial` folder, run: ``` $ go mod tidy |
