moby--moby/pkg/symlink
Sebastiaan van Stijn a48c6e3005
pkg/symlink: don't depend on pkg/system and pkg/longpath
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-09 16:41:54 +01:00
..
LICENSE.APACHE Update LICENSE 2018-09-12 14:27:53 +01:00
LICENSE.BSD Update LICENSE 2018-09-12 14:27:53 +01:00
README.md
fs.go pkg/symlink: don't depend on pkg/system and pkg/longpath 2020-03-09 16:41:54 +01:00
fs_unix.go pkg/symlink: don't depend on pkg/system and pkg/longpath 2020-03-09 16:41:54 +01:00
fs_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fs_windows.go pkg/symlink: don't depend on pkg/system and pkg/longpath 2020-03-09 16:41:54 +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.