DockerCLI/vendor/github.com/moby/sys/symlink
Mathieu Champlon a4e7460872 Bump moby/sys
This adds a Windows TERM signal which makes propagation of termination to containers work properly.

Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
2021-11-05 18:46:03 +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

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.