aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Peterson <danp@danp.net>2024-12-11 17:00:01 -0400
committerGopher Robot <gobot@golang.org>2024-12-11 16:37:18 -0800
commit48fe6184500a2dd173640aff244596c17f79d465 (patch)
treeb0cfe3e80b0e92c4cd174858d6687cffb98e0693
parent41b60aeefbe4ffd7e1aa3cadb5b005486c7b2914 (diff)
downloadgo-x-website-48fe6184500a2dd173640aff244596c17f79d465.tar.xz
_content/doc/go1.24: use backticks for GOAUTH
For: golang/go#26232 For: golang/go#68545 Change-Id: I31fe54bee06a574dfce9335ac65f5d5b98fef756 Reviewed-on: https://go-review.googlesource.com/c/website/+/635340 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
-rw-r--r--_content/doc/go1.24.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md
index 9b63d545..b0162004 100644
--- a/_content/doc/go1.24.md
+++ b/_content/doc/go1.24.md
@@ -66,7 +66,7 @@ a test integration system, you can revert to the text build output by setting
<!-- go.dev/issue/26232 -->
-The new 'GOAUTH' environment variable provides a flexible way to authenticate
+The new `GOAUTH` environment variable provides a flexible way to authenticate
with private modules. See `go help goauth` for more information.
<!-- go.dev/issue/50603 -->