phineas da8cf590eb Update copyright dates 8 år sedan
..
LICENSE.APACHE da8cf590eb Update copyright dates 8 år sedan
LICENSE.BSD da8cf590eb Update copyright dates 8 år sedan
README.md 9b648dfac6 Windows: Fix long path handling for docker build 10 år sedan
fs.go fdce2a7775 Don't attempt to evaluate drive root on Windows 9 år sedan
fs_unix.go fdce2a7775 Don't attempt to evaluate drive root on Windows 9 år sedan
fs_unix_test.go eaa1708e70 Windows CI: Turning off pkg\symlink unit testing 9 år sedan
fs_windows.go fdce2a7775 Don't attempt to evaluate drive root on Windows 9 år sedan

README.md

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.