aboutsummaryrefslogtreecommitdiff
path: root/_content/ref/mod.md
diff options
context:
space:
mode:
authoretakahashi <eisuke.takahashi.home@gmail.com>2022-06-25 14:52:17 +0900
committerGopher Robot <gobot@golang.org>2022-06-27 15:26:35 +0000
commitb1d076a07297daf9298edce197474cb73fd71fcb (patch)
tree2bf66cb55d6be4ec6212f658f5c1b55d51204d9a /_content/ref/mod.md
parent6b9583b28385477c088e8c70a2f6012251bdd0e7 (diff)
downloadgo-x-website-b1d076a07297daf9298edce197474cb73fd71fcb.tar.xz
ref: fix typo to GOWORK
Fixes golang/go#53550 Change-Id: I1d354930c9482ab6f85852b900baf09de2472760 Reviewed-on: https://go-review.googlesource.com/c/website/+/414154 Auto-Submit: Carlos Amedee <carlos@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to '_content/ref/mod.md')
-rw-r--r--_content/ref/mod.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index be039b30..9c60bcbe 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -1097,7 +1097,7 @@ containing the working directory.
If `GOWORK` names a path to an existing file that ends in .work,
workspace mode will be enabled. Any other value is an error. You can use the
`go env GOWORK` command to determine which `go.work` file the `go` command
-is using. `go env gowork` will be empty if the `go` command is not in workspace
+is using. `go env GOWORK` will be empty if the `go` command is not in workspace
mode.
### `go.work` files {#go-work-file}