diff options
Diffstat (limited to 'src/os/executable.go')
| -rw-r--r-- | src/os/executable.go | 2 |
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. // |
