From 73847aa41b9299a39e596651ccdd9c0dcb511d5d Mon Sep 17 00:00:00 2001 From: cui fliter Date: Fri, 3 Nov 2023 19:08:59 +0800 Subject: os: add available godoc link Change-Id: I430c9a7c4936d7a8c8c787aa63de9a796d20fdf3 Reviewed-on: https://go-review.googlesource.com/c/go/+/539597 Reviewed-by: Carlos Amedee Auto-Submit: Ian Lance Taylor Run-TryBot: shuang cui TryBot-Result: Gopher Robot LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- src/os/executable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/executable.go') 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. // -- cgit v1.3