aboutsummaryrefslogtreecommitdiff
path: root/_content
diff options
context:
space:
mode:
authorSean Liao <sean@liao.dev>2023-05-10 18:27:50 +0100
committerGopher Robot <gobot@golang.org>2023-05-11 23:38:24 +0000
commit9110c24c8981881a82ecb277b9aceca14bdb314b (patch)
tree5b2ea502f8b62f5fe23d2e569a05c62c1ed70dc4 /_content
parent3f5af7e65262564b7316d0b4db02994632a21fba (diff)
downloadgo-x-website-9110c24c8981881a82ecb277b9aceca14bdb314b.tar.xz
_content/ref: remove go get from build commands
Fixes golang/go#60110 Change-Id: I4513db35a100695801a29c33783061f1b485197d Reviewed-on: https://go-review.googlesource.com/c/website/+/494235 Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to '_content')
-rw-r--r--_content/ref/mod.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index 2f4145c0..a745a00b 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -1425,7 +1425,6 @@ includes:
* `go build`
* `go fix`
* `go generate`
-* `go get`
* `go install`
* `go list`
* `go run`