Skip to content

Commit 9149876

Browse files
committed
all: replace a few user-visible mentions of golang.org and godoc.org
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>
1 parent 934d5f2 commit 9149876

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/cmd/go/internal/bug/bug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const bugFooter = `### What did you do?
6969
<!--
7070
If possible, provide a recipe for reproducing the error.
7171
A complete runnable program is good.
72-
A link on play.golang.org is best.
72+
A link on go.dev/play is best.
7373
-->
7474
7575

src/cmd/go/internal/cache/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var initDefaultCacheOnce = sync.OnceValue(initDefaultCache)
2828
const cacheREADME = `This directory holds cached build artifacts from the Go build system.
2929
Run "go clean -cache" if the directory is getting too large.
3030
Run "go clean -fuzzcache" to delete the fuzz cache.
31-
See golang.org to learn more about Go.
31+
See go.dev to learn more about Go.
3232
`
3333

3434
// initDefaultCache does the work of finding the default cache

src/os/exec/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//
1818
// Note that the examples in this package assume a Unix system.
1919
// They may not run on Windows, and they do not run in the Go Playground
20-
// used by golang.org and godoc.org.
20+
// used by go.dev and pkg.go.dev.
2121
//
2222
// # Executables in the current directory
2323
//

0 commit comments

Comments
 (0)