DockerCLI/vendor/github.com/moby/sys/symlink
Sebastiaan van Stijn d6c55a105f
vendor: github.com/moby/sys mountinfo/v0.4.1
full diff: 1bc8673b57...b0f1fd7235

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-21 14:29:22 +02:00
..
LICENSE.APACHE vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
LICENSE.BSD vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
README.md vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
doc.go vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
fs.go vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
fs_unix.go vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
fs_windows.go vendor: update docker/docker and moby/sys 2020-11-10 22:31:52 +01:00
go.mod vendor: github.com/moby/sys mountinfo/v0.4.1 2021-06-21 14:29:22 +02:00

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.