![]() |
8 年之前 | |
---|---|---|
.. | ||
LICENSE.APACHE | da8cf590eb Update copyright dates | 8 年之前 |
LICENSE.BSD | da8cf590eb Update copyright dates | 8 年之前 |
README.md | 9b648dfac6 Windows: Fix long path handling for docker build | 9 年之前 |
fs.go | fdce2a7775 Don't attempt to evaluate drive root on Windows | 8 年之前 |
fs_unix.go | fdce2a7775 Don't attempt to evaluate drive root on Windows | 8 年之前 |
fs_unix_test.go | eaa1708e70 Windows CI: Turning off pkg\symlink unit testing | 9 年之前 |
fs_windows.go | fdce2a7775 Don't attempt to evaluate drive root on Windows | 8 年之前 |
Package symlink implements EvalSymlinksInScope which is an extension of filepath.EvalSymlinks, as well as a Windows long-path aware version of filepath.EvalSymlinks from the Go standard library.
The code from filepath.EvalSymlinks has been adapted in fs.go. Please read the LICENSE.BSD file that governs fs.go and LICENSE.APACHE for fs_test.go.