diff options
Diffstat (limited to 'proxy.go')
-rw-r--r-- | proxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |