aboutsummaryrefslogtreecommitdiff
path: root/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.go')
-rw-r--r--proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy.go b/proxy.go
index 5c600b5..a3de6b3 100644
--- a/proxy.go
+++ b/proxy.go
@@ -28,7 +28,7 @@ var proxyDir string
var proxyDirOnce sync.Once
// Path prepends the directory the executable is in to the given path.
-// It does not follow symlinks.
+// It follows symlinks to the executable.
func Path(path ...string) string {
proxyDirOnce.Do(func() {
executable, err := os.Executable()