]> Cypherpunks repositories - gostls13.git/commit
path/filepath: handle "C:." correctly in EvalSymlinks on Windows
authorHiroshi Ioka <hirochachacha@gmail.com>
Fri, 26 Aug 2016 04:50:34 +0000 (13:50 +0900)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 5 Sep 2016 00:53:32 +0000 (00:53 +0000)
commit199b17cca8daf5bac6210e5719b1e85a51bd311d
treeb3dae3901a82242873c36b6d588ce7f1125c2425
parent1a04b4abe78a152da5ccd801bf13a1df7ddfa8aa
path/filepath: handle "C:." correctly in EvalSymlinks on Windows

Fixes #16886

Change-Id: Idfacb0cf44d9994559c8e09032b4595887e76433
Reviewed-on: https://go-review.googlesource.com/28214
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/path/filepath/path_test.go
src/path/filepath/symlink.go