• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Dec-2020-

LICENSE.APACHEH A D22-Dec-202010.5 KiB192160

LICENSE.BSDH A D22-Dec-20201.5 KiB2824

README.mdH A D22-Dec-2020386 75

doc.goH A D22-Dec-2020259 51

fs.goH A D22-Dec-20204.7 KiB14386

fs_unix.goH A D22-Dec-2020260 1811

fs_windows.goH A D22-Dec-20204.4 KiB186148

go.modH A D22-Dec-2020105 63

README.md

1Package symlink implements EvalSymlinksInScope which is an extension of filepath.EvalSymlinks,
2as well as a Windows long-path aware version of filepath.EvalSymlinks
3from the [Go standard library](https://golang.org/pkg/path/filepath).
4
5The code from filepath.EvalSymlinks has been adapted in fs.go.
6Please read the LICENSE.BSD file that governs fs.go and LICENSE.APACHE for fs_test.go.
7