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

..27-Aug-2018-

LICENSE.APACHEH A D27-Aug-201810.5 KiB192160

LICENSE.BSDH A D27-Aug-20181.5 KiB2824

README.mdH A D27-Aug-2018386 75

fs.goH A D27-Aug-20184.8 KiB14587

fs_unix.goH A D27-Aug-2018281 1610

fs_unix_test.goH A D27-Aug-201810.8 KiB408342

fs_windows.goH A D27-Aug-20183.9 KiB170140

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