reg/vendor/github.com/docker/docker-ce/components/engine/pkg/symlink
Jess Frazelle ab6c553e6b
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:41:43 -05:00
..
fs.go update deps 2018-03-06 10:41:43 -05:00
fs_unix.go update deps 2018-03-06 10:41:43 -05:00
fs_unix_test.go update deps 2018-03-06 10:41:43 -05:00
fs_windows.go update deps 2018-03-06 10:41:43 -05:00
LICENSE.APACHE update deps 2018-03-06 10:32:47 -05:00
LICENSE.BSD update deps 2018-03-06 10:32:47 -05:00
README.md update deps 2018-03-06 10:32:47 -05:00

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.