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

..25-Apr-2016-

LICENSE.APACHEH A D25-Apr-201610.5 KiB192160

LICENSE.BSDH A D25-Apr-20161.5 KiB2824

README.mdH A D25-Apr-2016315 64

fs.goH A D25-Apr-20164.3 KiB13282

README.md

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