]> Cypherpunks repositories - gostls13.git/commitdiff
all: replace a few user-visible mentions of golang.org and godoc.org
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 12 Jun 2025 08:19:28 +0000 (10:19 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 13 Jun 2025 06:27:10 +0000 (23:27 -0700)
This change replaces a few user-visible mentions of golang.org and
godoc.org with go.dev and pkg.go.dev, respectively. Non-user-visible
mentions (e.g. in test scripts) were left untouched.

Change-Id: I5d828edcd618b6c55243d0dfcadc6fa1ce9422ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/681255
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/go/internal/bug/bug.go
src/cmd/go/internal/cache/default.go
src/os/exec/exec.go

index d3f9065d3da4e5ce15574b14b48ac6a5d17f076f..4ff45d2d888c9671e366ef9781a57543d8aae96f 100644 (file)
@@ -69,7 +69,7 @@ const bugFooter = `### What did you do?
 <!--
 If possible, provide a recipe for reproducing the error.
 A complete runnable program is good.
-A link on play.golang.org is best.
+A link on go.dev/play is best.
 -->
 
 
index b2dd69edc539a2552670d771dff068e6a5592a36..cc4e0517b4a12d09c858b66fa5caa92a32d4b0be 100644 (file)
@@ -28,7 +28,7 @@ var initDefaultCacheOnce = sync.OnceValue(initDefaultCache)
 const cacheREADME = `This directory holds cached build artifacts from the Go build system.
 Run "go clean -cache" if the directory is getting too large.
 Run "go clean -fuzzcache" to delete the fuzz cache.
-See golang.org to learn more about Go.
+See go.dev to learn more about Go.
 `
 
 // initDefaultCache does the work of finding the default cache
index fecfc97d13855a355a13fda3ea3ad20d023541e1..91a6831b04f4283e1b7580bdf8f9e350ff7a2341 100644 (file)
@@ -17,7 +17,7 @@
 //
 // Note that the examples in this package assume a Unix system.
 // They may not run on Windows, and they do not run in the Go Playground
-// used by golang.org and godoc.org.
+// used by go.dev and pkg.go.dev.
 //
 // # Executables in the current directory
 //