github.com/jaegerpicker/docker@v0.7.7-0.20150325003727-22dba32b4dab/pkg/symlink/README.md (about) 1 Package symlink implements EvalSymlinksInScope which is an extension of filepath.EvalSymlinks 2 from the [Go standard library](https://golang.org/pkg/path/filepath). 3 4 The code from filepath.EvalSymlinks has been adapted in fs.go. 5 Please read the LICENSE.BSD file that governs fs.go and LICENSE.APACHE for fs_test.go.