]> Cypherpunks repositories - gostls13.git/commit
os: enable symlink creation on Windows 10
authorFelix Kollmann <fk@konsorten.de>
Wed, 18 Apr 2018 21:04:49 +0000 (21:04 +0000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 19 Apr 2018 10:10:22 +0000 (10:10 +0000)
commitc23afa9ddb1180b929ba09a7d96710677a2a4b45
tree4c16dedacb383df7ebfc5a1b110b6f4d5363fe91
parentc6bbfbe708467a8d2f4f978a7ca2e417b21551c0
os: enable symlink creation on Windows 10

Fixes #22874

Change-Id: Ia30fc8df39e88fbc2939a4490c34da8dd5815a94
GitHub-Last-Rev: 3ba7abcc96ee02837fbfd65c044326c2f1923020
GitHub-Pull-Request: golang/go#24307
Reviewed-on: https://go-review.googlesource.com/99337
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/internal/syscall/windows/symlink_windows.go [new file with mode: 0644]
src/os/file_windows.go
src/os/os_windows_test.go