You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/github.com/moby/sys/symlink
Brad Davidson e8381db778
Update Kubernetes to v1.21.0
4 years ago
..
LICENSE Update Kubernetes to v1.21.0 4 years ago
LICENSE.APACHE Update Kubernetes to v1.21.0 4 years ago
LICENSE.BSD Update Kubernetes to v1.21.0 4 years ago
README.md Update Kubernetes to v1.21.0 4 years ago
doc.go Update Kubernetes to v1.21.0 4 years ago
fs.go Update Kubernetes to v1.21.0 4 years ago
fs_unix.go Update Kubernetes to v1.21.0 4 years ago
fs_windows.go Update Kubernetes to v1.21.0 4 years ago
go.mod Update Kubernetes to v1.21.0 4 years ago
go.sum Update Kubernetes to v1.21.0 4 years ago

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.