Closed
Description
What version of Go are you using (go version
)?
go 1.13
$ go version
Does this issue reproduce with the latest release?
Not tested
What operating system and processor architecture are you using (go env
)?
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
go env
Output
$ go env
What did you do?
Create a symlink from volume id
mklink /D \my\path \?\Volume{1b3b1146-4076-11e1-84aa-806e6f6e6963}\
Running filepath.EvalSymlinks
against a symlink (\my\path) which is created from a volumeid returns the following error:
too many links!