tree: 5171c334310d4d68aba5b9871ee17ce851b971af [path history] [tgz]
  1. fs.go
  2. fs_unix.go
  3. fs_unix_test.go
  4. fs_windows.go
  5. LICENSE.APACHE
  6. LICENSE.BSD
  7. README.md
pkg/symlink/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.