DockerCLI/vendor/github.com/moby/sys/symlink
CrazyMax 7e560ae76f
vendor with go mod
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-16 21:16:01 +01:00
..
LICENSE vendor with go mod 2021-12-16 21:16:01 +01: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 Bump moby/sys 2021-11-05 18:46:03 +01:00
fs_windows.go Bump moby/sys 2021-11-05 18:46:03 +01:00
go.mod Bump moby/sys 2021-11-05 18:46:03 +01:00
go.sum vendor with go mod 2021-12-16 21:16:01 +01: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.