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

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.