aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-11-03 19:08:59 +0800
committerGopher Robot <gobot@golang.org>2024-02-26 21:33:12 +0000
commit73847aa41b9299a39e596651ccdd9c0dcb511d5d (patch)
tree104a4ccc2e3a56299911a3da43cae9219ecaaba0 /src/os/executable.go
parentaa9d2de559c2fff735000e4733b0405652434ff4 (diff)
downloadgo-73847aa41b9299a39e596651ccdd9c0dcb511d5d.tar.xz
os: add available godoc link
Change-Id: I430c9a7c4936d7a8c8c787aa63de9a796d20fdf3 Reviewed-on: https://go-review.googlesource.com/c/go/+/539597 Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/os/executable.go')
-rw-r--r--src/os/executable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/executable.go b/src/os/executable.go
index cc3134af1c..ae7ec139c3 100644
--- a/src/os/executable.go
+++ b/src/os/executable.go
@@ -9,7 +9,7 @@ package os
// pointing to the correct executable. If a symlink was used to start
// the process, depending on the operating system, the result might
// be the symlink or the path it pointed to. If a stable result is
-// needed, path/filepath.EvalSymlinks might help.
+// needed, [path/filepath.EvalSymlinks] might help.
//
// Executable returns an absolute path unless an error occurred.
//